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

body { 
background: #294662;
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
margin:50px auto 0 auto;
width:680px;
}

#black {
background:#000000;
}

img {
border: none;
}

a {
color:#FFFFFF;
text-decoration:underline;
}

a:hover {
color:#FFFFFF;
text-decoration:none;
}

#middle_video {
background: url(../images/middle_wrapper_video_bg-blue.gif) no-repeat top left;
width: 680px;
height: 420px;
}

#black #middle_video {
background:none;
}

#video_small {
padding:0px 0 0 20px;
}

#copyright {
color:#FFFFFF;
text-transform:uppercase;
padding:90px 0 0 0;
text-align:center;
}

