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

html { height: 100%; }

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #C4D4A6;
	font-size: 10px;
	margin:0px;
}
object {
	outline:none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	vertical-align: bottom;
	color: #000000;
}
#wrapper {
	position: relative;
	width: 800px;
	top: 10px;
	height:900px;
	z-index: 1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	height: 550px;
	width: 800px;
}
#content2 {
	height: 500px;
	width: 400px;
	position: absolute;
	text-align: center;
	top: 20px;
	margin-left: -200px;
	left: 50%;
}
#player {
	height: 120px;
	width: 290px;
	margin-left: -150px;
	left: 50%;
	position: relative;
	top: 10px;
	padding-bottom: 10px;
}

#legal {
	position: relative;
	width: 200px;
	text-align: center;
	margin-left: -100px;
	left: 50%;
	top: 40px;
}

#links {
	position: relative;
	width:130px;
	top: 30px;
	left: 50%;
	height: 30px;
	z-index: 9;
	margin-left: -65px;
}
#nav {
	width: 130px;
	padding:0px;
	margin:0px;
}
#nav li {
	list-style-type:none;
	list-style: none;
	float:left;
}
#nav li a {
	background-image:url(../images/site/links_thumb.png);
	background-repeat:no-repeat;
	display: block;
	height: 30px;
}/*myspace*/
#nav li a.myspace {
	width:50px;
	background-position:0px 0px;
	text-decoration: none;
	outline:none;
}
#nav li a:hover.myspace, a:focus.myspace {
	width:50px;
	background-position:0px -30px;
	text-decoration: none;
	outline:none;
}/*twitter*/
#nav li a.twitter {
	width:50px;
	background-position:-50px 0px;
	text-decoration: none;
	outline:none;
}
#nav li a:hover.twitter, a:focus.twitter {
	width:50px;
	background-position:-50px -30px;
	text-decoration: none;
	outline:none;
}/*facebook*/
#nav li a.facebook {
	width:30px;
	background-position:-100px 0px;
	text-decoration: none;
	outline:none;
}
#nav li a:hover.facebook, a:focus.facebook {
	width:30px;
	background-position:-100px -30px;
	text-decoration: none;
	outline:none;
}
