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

html,body {
	margin: 0;
	padding: 0;
	background: #010c12 url(images/general/background.jpg) repeat-x top;
	width: 100%;
	height: 100%;
}

#container {
	width: 920px;
	height: 730px;
	position: relative;
	margin: 0 auto;
}

img, div {
	behavior: url(iepngfix.htc)
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.75em;
	color: #FFFFFF;
}

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

a:hover {
	color: #000000;
	background: #F8BC36;
	text-decoration: none;
}