body{
	background-image:url('bg.png');
	font-size:12px;
	font-family:Verdana, sans-serif;
	color:#111;
	margin:0px;
}

img{
	border:none;
}

div#header{
	background-image:url('header_bg.png');
	width:100%;
}

div#content{
	width:580px;
	text-align:justify;
}

a:link, a:visited, a:active{
	color:#111;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
