@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0}
body { background-color:#3A59CE; background-image:url(../theme/background/quiz.jpg); background-attachment:fixed; background-position:top; font-size:14px; }
a:link {color: #FFF; text-decoration:none;} a:visited {color: #FFF; text-decoration:none;} a:hover{background-color:#f6a200;}
.master_container { margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; position: relative; width: 800px; } 
/* Modify Master Container to center content for IE, currently set for FF*/
#banner { position:absolute; width:800px; height:190px;	z-index:auto; left: -1px;}
#topmenu{ position:absolute; width:800px; height:20px; z-index:2;	left:-1px;	top:190px; }
#titlebanner{ position:absolute; width:800px; height:190px;	z-index:auto;	left:-1px; top:210px; }

/* Quiz Flash Media */
#quiz_media_header{ position:absolute; width:680px; height:20px; z-index:auto; left:60px; top:420px; background-image:url(../theme/tabs/default.gif); color:#f6a200; text-align:center;}
#quiz_media_content{ position:absolute; width:660px; height:430px; z-index:auto; left:60px; top:440px; background-color:#708DEB; 
padding-left:10px; padding-right:10px; padding-top:40px;}

/* Return to top of the Page */
#topofpage{ position:absolute;	width:800px; height:20px; z-index:auto; left:0px; top:920px; color:#FFF; text-align:center;}

/* Copyright and Bottom Menu */
#copyright{	position:absolute; width:800px;	height:100px; z-index:auto; left:-1px; top:960px; color:#FFF;
background-image:url(../theme/copyright/footer.gif); text-align:center;}
