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

* { margin: 0;  }

body { background-color:#000;
}

#wrapper {
			width: 1024px;
			margin: 0 auto;
			
			
	}

#content  {
			
			background-color:#000;
			width: 1024px;
			overflow:hidden;
			}

#header { 
			height: 202px;
			background-image:url(../images/headerBG.jpg);
			position: relative;
			background-color:#000;
			}

#main { height: 490px;
		
}

#center {
		background-image: url(../images/main_centerBG.jpg);
		background-repeat:no-repeat;
		height:487px;
}

#comingSoon {
		background-image:url(../images/comingsoon.jpg);
		background-repeat:no-repeat;
		width: 434px;
		height: 531px;
		margin: 0 auto;
}

#left { width: 565px;
		float: left;
		background-image:url(../images/leftBG.jpg);
		height: 490px;
		display: inline;
		background-repeat:no-repeat;
		}

#right { 
		 width:459px;
		 background-image:url(../images/rightBG.jpg);
		 background-repeat:no-repeat;
		 float:right;
		 height: 490px;
		display: inline;
		 }
		
#left-winners { width: 565px;
		float: left;
		background-image:url(../images/leftBG-winners.jpg);
		height: 490px;
		display: inline;
		background-repeat:no-repeat;
		}

#right-winners { 
		width:459px;
		background-image:url(../images/rightBG-winners.jpg);
		background-repeat:no-repeat;
		float:right;
		height: 490px;
	    display: inline;
		}

#right { 
		width:459px;
		background-image:url(../images/rightBG.jpg);
		background-repeat:no-repeat;
		float:right;
		height: 490px;
		display: inline;
				 }

#text { 
	margin-top: 111px;
	margin-right: 69px;
	float: right;
	height: 401px;
	width: 380px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 80%;
	line-height: 160%;
	display:inline;
	border: none;	
}

#text-winners {
	margin-top: 40px;
	margin-right: 69px;
	float: right;
	height: 401px;
	width: 380px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 80%;
	line-height: 160%;
	display:inline;
	border: none;
}

#text-winners h1 {
	padding: 2% 3% 4% 0;
}

#text p { padding: 0 3% 0 3%;
 		  line-height: 160%;
		  font-weight:100;}



#text h1 { font-family: "ff-dax-wide-web-pro-1","ff-dax-wide-web-pro-2", "Palatino Linotype", "Book Antiqua", Palatino, serif;
		   font-variant:small-caps;
		   font-size: 155%;
		   padding: 2% 3% 4% 3%;
		   line-height: 110%;
		   font-weight:100;
		    }
		
#text h1.oscar-winners { font-family: "ff-dax-wide-web-pro-1","ff-dax-wide-web-pro-2", "Palatino Linotype", "Book Antiqua", Palatino, serif;
			font-variant:small-caps;
			font-size: 155%;
			padding: 2% 3% 4% 0;
			line-height: 110%;
			font-weight:100;
					    }

#text h2 { font-family:"ff-dax-wide-web-pro-1","ff-dax-wide-web-pro-2", "Palatino Linotype", "Book Antiqua", Palatino, serif;
		   font-variant:small-caps;
		   font-size: 140%;
		   padding: 5% 3% 2% 3%;
		   line-height: 90%;
		   font-weight:100;}
		   
#text h3 { font-family: "ff-dax-wide-web-pro-1","ff-dax-wide-web-pro-2", "Palatino Linotype", "Book Antiqua", Palatino, serif;
		   font-variant:small-caps;
		   font-size: 140%;
		   padding: 2% 3% 2% 3%;
		   line-height: 90%;
		   font-weight:100;
		   margin-bottom: 0;}

#footer p { 
			color:#FFF;
			font-size:10px;
			font-family:Georgia, "Times New Roman", Times, serif;
			padding-top: 10px;
			text-align:center;
}

ul  {
	display: inline;
	position:absolute;
	bottom: 10px;
}

ul.navigation li  {
	display: inline;
	    padding: 0 15px 0 15px;
}

li { display: inline;
    padding: 0 15px 0 15px; }

#invitationText  { margin-left: -9999px;
width: 200px;}


#click  { position: relative;
		  bottom: -80px;
		  width: 200px;
		  margin-left: 10px;
		  }

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

a.greater {  color: #FFF;
	 text-decoration:none;
	 font-style:italic;
}

a.greater:hover { color:#FC3;
                  font-style:italic;}

a:hover { color:#FFFFFF; }


Classes

#title h1 { margin-left: -9999px;}

<!--splash page-->



#splash { 
		margin: 0 auto;
		background-image:url(../images/splash.jpg);
		height: 625px;
		width: 1024px;
		}

a.enter  {
		text-align:center;
		color:#900;
		font-size: 120%;
        }
		
#image   {
		 margin: 0 auto;
		 text-align:center;
		 }

#alternate  {
			width: 848px;
			 margin: 0 auto;
			 
			}

#skip  {
		   margin: 0 auto;
		   width: 100px;
		   text-align:center;
		   font-size: 80%;
        }
		
.skip  {
		   margin-left: 1em;	
       }

#noshow { margin-left:-9999px;  }
	
span.bold {
	font-weight: bold;
}
span.italic {
	font-style:italic;
}