body {
margin:0px;
text-align: center;
background-color:#fff;
font-family: verdana, arial;
font-size: 10pt;
font-weight: bold;
font-style: normal;
text-decoration: none;
font-variant: normal;
color: #2f5586;
	}

a:link {color: #2f5586; text-decoration: none;}
a:visited {color: #2f5586; text-decoration: none;}
a:hover {color: #802c6a; text-decoration: none;}
a:active {color: #2f5586; text-decoration: none;}


#container {
margin: 0 auto;
width: 85%;
text-align: center;
	}
	
.VideoTips {
text-align:center;
padding:10px 0 0 0;
}
	
/**************
Small Video Window
***************/

#animation {
position:absolute;
left:2px; top:2px;
width:222px; height:212px;
z-index:0
}

#header {
position:absolute;
left:162px; top:150px;
width:222px; height:212px;
z-index:1;
font-size: 12pt;
font-weight: bold;
text-decoration: underline;
}

#teaser {
position:absolute;
left:162px; top:180px;
width:222px;
z-index:1;
font-size: 11pt;
color:#802c6a;
font-weight:400;
}

#movieLinks {
position:absolute;
left:25px; top:250px;
z-index:1;
}

#movieLinks p{
padding-bottom:12px;
margin:0;
text-align:left;
}

#closeback {
position:absolute;
left:25px; top:475px;
width:450px;
}

#closeback .close {
float:left;
width: 250px;
text-align:left;
font-size: 9pt;
font-weight: bold;
}


