body {
	background-color: #000000;
}

#wrapper {
	margin-top: 5px
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 750px;
	min-height: 550px;
	background-image: url(images/common/background.jpg);
}

a img {
	text-decoration: none;
	border: 0 none;
}

#content a:link, a:visited {
	color: #FFFFFF;
}

#content a:hover {
	color: #993300;
}

#header {
	position: absolute;
	top: 60px;
	left: 300px;
}

#content {
	position: absolute;
	top: 200px;
	left: 200px;
	width: 400px;
}

#nav {
	position: absolute;
	top: 150px;
	left: 5px;
}


