html, body
{
	margin: 0;
	padding: 0;
}

a
{
	color: #0872ac;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#footer
{
	text-align: center;
	
	font-family: tahoma, arial;
	font-weight: bold;
	font-size: 12px;
}

#footer a
{
	margin: 0 10px 0 10px;
}

#main
{
	width: 592px;
	background: url(images/box_bg.jpg) repeat-y;
	
	margin: 0 auto;
	
	color: #777;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

