*{
	padding: 0;
	margin: 0;
	border: 0;
	font-family: georgia;
}

body{
	background-image:url(../img/bg.jpg) ;
	background-repeat: no-repeat;	
	background-color: #000;
}


/*BLOCKS*/

object, p.left{
	float: left;
	margin: 0 20px 0 0;
}

#logo{
	background-image:url(../img/logo.png);
	text-indent: -999px;
	height: 140px;
	width: 616px;
	margin: 40px auto;
}

#social{
	background-image:url(../img/social.png) ;
	height: 40px;
	width: 113px;
	position: relative;
	left: 0px;
	top: 20px;
	padding: 7px 0 0 100px;
}

#enter{
	background-image:url(../img/black.png) ;	
	padding: 20px;	
}

#leaderboard{
	background-image:url(../img/white.png) ;
	height: 320px;
	padding: 20px;
	margin: 0 0 100px 0;
}


/*TYPE*/

#leaderboard h2 {
	color: #111;
	font-weight: normal;
	font-size: 2em;
	float: left;
}

#leaderboard p{
	float: left;
	margin: 0 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
}

#enter h2 {
	color: #fff;
	font-weight: normal;
	font-size: 27px;
	text-transform: uppercase;
	text-align: center;
}

#enter h3 {
	color: orange;
	font-weight: normal;
	font-size: 21px;
	text-align: center;
	margin: 10px 0 20px 0;
}

#enter li{
	font-size: 18px;
	color: #fff;
	margin: 0 0 25px 0;
	list-style-position:  inside;
	
}

#enter p {
	font-size: 14px;
	color: orange;
	margin: 0 0 10px 0;
}


/*CLASS*/

.content{
	margin: auto;
	width: 700px;
}

.twitter, .facebook, .myspace{
	background-image:url(../img/icons.gif);
	width: 30px;
	height: 30px;
	text-indent: -999px;
	float: left;
	margin: 0 5px 0 0;
	cursor:  pointer;
	
}


.facebook{
	background-position: 68px 0px;
}

.myspace{
	background-position: 30px 0px;
}

/*FORM*/

input{
	background-color: orange;
	color: #111;
	font-size: 20px;
	margin: 10px 10px 10px 0;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 220px;
}

.submit{
	background-color: white;
	width: 180px;
}

a.submit{
	background-color: orange;
	color: #111;
	font-size: 20px;
	margin: 10px 0 10px 170px;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 220px;
	background-color: white;
	width: 180px;
}

hr{
	border-top: thin dashed orange ;
	height: 30px;
}

textarea{
	width: 310px;
	height: 251px;
	padding: 10px;
	font-size: 12px;
	color: #111;
	float: left;
}

.player{
	float: left;	
	width: 365px;
}

.player object{
	margin:0;
}

.center{
	text-align: center;
	margin: auto;
	
}

a{
	color: #fff;
	text-decoration: none;
}

#enter p.win{
	background: #fff;
	color: #000;
	font-size: 16px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;

}

#enter p.win span{
	color: orange;
	font-size: 10px;

}
