BODY {
	font-family: arial, tahoma;
	font-size: 80%;
	text-align: center;
	background-color: #000;
	background-image: url('images/layout/bg.jpg');
	margin: 0;
}

#wrap {
	width: 399px;
	text-align: justify;
	background-color: #FEE969;
	margin: 0 auto;
}

#main {
	width: 389px;
	position: relative;
	margin-left: 5px;
}

#footer {
	height: 58px;
	position: relative;
}

h1 {
	line-height: 16px;
	font-size: 16px;
	font-family: times new roman, arial;
	letter-spacing: 2px;
	border-bottom: 2px solid #FF9934;
}

a:link, a:visited {
	text-decoration: none;
	color: #CD3333;
}

a:hover {
	text-decoration: overline;
	color: #000;
}