	body {		background-color: #262626;		margin: 0px;		font-family: Verdana, Arial, Helvetica, sans-serif;	}	select {		background: #FFFFFF;		border: 1px solid #CBD9DC;		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 10px;		color: #000000;	}	a:link {		text-decoration: none;		color: #EEEEEE;	}	a:visited {		text-decoration: none;		color: #EEEEEE;	}	a:active {		text-decoration: none;		color: #EEEEEE;	}	a:hover {		text-decoration: underline;		color: #EEEEEE;	}	.menu_separator {		background-image: url(images/menu_sep.png);		background-repeat: no-repeat;		width: 2px;		height: 36px;		display: block;		float: left;	}	.menu_item {		line-height: 36px;		float: left;		padding: 0px 20px 0px 20px;		color: #EEEEEE;		font-size: 14px;	}	.main_box {		border-radius: 10px;		-moz-border-radius: 10px;		-webkit-border-radius: 10px;		width: 50%;		text-align: center;		margin-left: auto; 		margin-right: auto;		background-color: #0E0E0E;	}	.main_box_big {		border-radius: 10px;		-moz-border-radius: 10px;		-webkit-border-radius: 10px;		width: 80%;		margin-left: auto; 		margin-right: auto;		padding-top: 25px;		padding-bottom: 25px;		background-color: #0E0E0E;		padding-left: 25px;		padding-right: 25px;	}	.form_text {		color: #EEEEEE;	}	#header {		width: 100%;		min-width: 1156px;		height: 158px;	}	#header_img	{		background-image: url(images/header.png);		background-repeat: no-repeat;		position: absolute;		width: 492px;		height: 158px;	}	#header_pad {		background-image: url(images/header_pad.png);		width: 100%;		background-repeat: repeat-x;		height: 158px;	}	#header_link {		width: 492px;		height: 158px;		display: block;		outline-style: none;	}	#menu {		width: 1156px;		height: 36px;		margin: 0px;		padding: 0px;		list-style: none;	}	#menu_container {		width: 100%;		min-width: 1156px;		background-image: url(images/menu_bg.png);	}	#main_content {		width: 75%;		margin-left: auto; 		margin-right: auto;		margin-top: 20px;		background-color: #1A1A1A;	}	#main_title_text {		color: #EEEEEE;		font-size: 24px;		padding-top: 5px;		padding-bottom: 5px;	}	#main_text {		color: #EEEEEE;		font-size: 16px;		padding-top: 5px;		padding-bottom: 5px;	}	#footer {		position: absolute;		bottom: 0px;		width: 100%;		height: 20px;		text-align: center;		font-size: 12px;		color: #EEEEEE;		background-color: #1B1B1B;	}	#error {		color: #AA0000;		font-weight: bold;	}