@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

a {
color:#8FC2FF;
text-decoration: none;
outline: none;
}

a:hover {
text-decoration: underline;
}

img {
border:none;
}

body {
overflow:hidden; /*Needed to eliminate scrollbars*/
background:#000;
}

#loading {
position: absolute;
top: 49.5%; 
left: 49.5%;
z-index: 3;
width: 24px; 
height: 24px;
text-indent: -999em;
background-image: url(background/progress.gif);
}

#supersize {
position:fixed;
}

#supersize img, #supersize a {
height:100%;
width:100%;
position:absolute;
z-index: 0;
}

#supersize .prevslide, #supersize .prevslide img {
z-index: 1;
}

#supersize .activeslide, #supersize .activeslide img {
z-index: 2;
}

#blindgif {
position: absolute;
margin:0px auto;
min-height: 100%;
height: auto !important;
height: 100%;
overflow: hidden !important;
width: 100%;
top: 0px;
left: 0px;
border: 0px;
z-index: 4;
}
		
#centered {
position:absolute;
height:460px; 
width:740px;
margin:-230px 0px 0px -370px;
top: 50%; 
left: 50%;
z-index: 5;
background-image:url(layout/contentbg.png);
}

#static {
position:absolute;
height:460px; 
width:740px;
margin:-230px 0px 0px -370px;
top: 50%; 
left: 50%;
z-index: 5;
background-image:url(layout/staticbg.png);
}

#videocontainer {
width: 720px;
height: 405px;
margin: 45px 10px 0px 10px;
text-align:center;
}

#textcontainer {
width: 700px;
height: 405px;
margin: 45px 10px 0px 20px;
text-align:left;
color:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
line-height: 14px;
}

#textcontainer a, a:visited {
color:#fff;
text-decoration:underline;
}

#textcontainer a:hover, a:active {
color:#f2006c;
text-decoration:underline;
}

#footer {
position: fixed;
bottom: 0px;
border: 0px;
width: 100%;
overflow:hidden;
heigt:20px;
color:#fff;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 8px;
line-height: 20px;
z-index: 6;
}

#footer a, a:visited {
color:#fff;
text-decoration:none;
}

#footer a:hover, a:active {
color:#f2006c;
text-decoration:underline;
}

.selected {
color:#f2006c;
}

#bio {
padding-top: 10px;
padding-right:5px;
font-size:8px;
color:#999999;
}