@charset "utf-8";
html,body {
	margin:0;
	padding:0;
	background-color:#151918;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

a {
	color:orange;
}

#container {
	width:1024px;
	margin:0 auto;
	position:relative;
}

#flash {
	background-color:#000;
	width:1024px;
	margin:0 auto;
}

#holder {
	width:1024px;
	margin:0 auto;
	text-align:right;
	color:orange;
	height: 45px;
}
	
#description {
	width: 620px;
	float: left;
	color: #999999;
	padding-top: 10px;
}


#links {
	width: 400px;
	margin: 0 0 0 624px;
	height: 25px;
	padding-top: 20px;
}

#image {
	width:250px;
	height: 45px;
	margin: 0 auto;
}

