/* styles for oxysmoros.com */

body {
	background-color: #666;
	color: #CCC;
	width: 100%;
	height: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

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


#main {
	border: 1px solid #000;
	background-color: #000;
	width: 1024px;
	margin: 30px auto 30px auto;
	clear: both;
}

#sitelinks {
	height: 30px;
}

#sitelinks, #sitelinks ul {
	display: block;
	background-color: #000;
	margin: 0px;
}

#sitelinks li{
	margin: 0px;
	display: inline;
	list-style: none;
	padding: 5px;
}

#sitelinks a {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
}

#sitelinks a:hover {
	background-color: #666;	
}

#header {
	background-image: url(images/head-bg.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: right;
	height: 180px;	
	clear: both;
}

#header img {
	margin: auto;
}

#player {
	clear: both;	
}

#copy {
	padding: 20px;
}

#copy p {
	width: 600px;
}

#copy ul{
	float: right;
}


#footer {
	background-color: #000;
	padding: 20px;
	clear: both;	
	text-align: center;	
	color: #fff;
}












