/* RUNNING LINE ON BIG BLUE BACKGROUND WITH A GIRL */
 div.main-wrapper{
 max-width:1000px;
 margin:0 auto;
 	font-family:"Poiret One";
 }
.animattion_area {
padding-top:56.4%; /* 564px/1000px = 0.564 */
padding-top:51.1%; /* 511px/1000px = 0.511 */
background-image: url(images1/ismw-runline-2.png);
background-size: cover;
-moz-background-size: cover;  /* Firefox 3.6 */
background-position: center;  /* Internet Explorer 7/8 */
	font-family:"Poiret One";
}
/* Make it a marquee */
.marquee {
    width:100%;
    margin: 0 auto;
    margin: -47% auto 0 auto;
    overflow: hidden;
    white-space: nowrap;
    animation: marquee 50s linear infinite;
	font-size:2.0em;
	font-size:1.7em;
		font-family:"Poiret One";
	color:white;
	padding-top:0px
}

.scr-txt-n{cursor:default;}
/* Make it move */
@keyframes marquee {
    0%   { text-indent: 27.5em }
    100% { text-indent: -105em }
}

/* Make it pretty */
.microsoft {
    padding-left: 1.5em;
    position: relative;
    	font-family:"Poiret One";
}

/* ::before was :before before ::before was ::before - kthx */
.microsoft:before, .microsoft::before {
    z-index: 2;
    content: '';
    position: absolute;
    top: -1em; left: -1em;
    width: .5em; height: .5em;
    	font-family:"Poiret One";
}
.microsoft:after, .microsoft::after {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 2em; height: 2em;
    	font-family:"Poiret One";
}

/* Style the links */
.vanity a:hover, .microsoft a:hover {
   color:#0096ff;
   	font-family:"Poiret One";
}
/* Style toggle button */
.microsoft a {
font-family:"Poiret One";
text-decoration:none;padding:0px 30px
}
.microsoft a {
color:#a1c7ff;
color:#838282;
color:silver;
	font-family:"Poiret One";
}
