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

html {
  height: 100%;
  overflow: hidden; /* Hides scrollbar in IE */
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#left { float:left; height:100%; margin-left:54%; text-align:right; padding-right:12px; border-right:1px dotted #FFF; padding-top:460px }
#right { float:left; height:100%; padding-left:12px; padding-top:460px }
.clear { clear:both }

a:link, a:visited { color:#FFF; text-decoration:none }
a:hover { color:#FFF; text-decoration:underline }
a:link img, a:visited img { border:0 }
a:hover img { border-bottom:2px solid #eee; padding-bottom:2px }
a:active, a:focus { outline:none; }
object { outline:none; }

#movie { position:absolute; top:35px; left:20%; z-index:10 }

#play { width:400px; height:460px; display:none; position:absolute; top:50%; left:50%; margin-top:-250px; margin-left:-200px; border:2px solid #eee; background-color:#FFF; text-align:center; z-index:20 }
#exit { text-align:right; padding:10px }
#exit a:hover img { border:0; text-decoration:none; padding:0 }