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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
a:link {
	font-weight: bold;
	color: #FFCC66;
	text-decoration: none;
}
a:visited {
	color: #FFCC66;
}
a:hover {
	font-weight: bold;
	color: #FFCC66;
	text-decoration: underline;
}
a:active {
	color: #FFCC66;
}

#wrapper {
	background-image: url(images/main_background.jpg);
	background-repeat: no-repeat;
	width: 410px;
	height: 220px;
	position: relative;
	left: 50%;
 	margin: 20px 0px 0px -310px;
	padding: 140px 270px 40px 20px;
}
