body {
	color: #FFFFFF;
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 10px;
}

#main {
	margin: auto;
	width: 600px;
	height: 500px;
	background-image: url(images/obg.png);
	background-repeat: no-repeat;
	vertical-align: bottom;
}

#content {
	position: relative;
	width: 600px;
	top: 450px;
}

a {
	color: #ff5400;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}