body
{
	background-color:#250f00;
	background-image:url("../img/bg.jpg");
	background-repeat:repeat-x;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",Tahoma,Verdana;
	
}

*
{
	margin:0;
	padding:0;
}

img
{
	border:0;
}

#content
{
	border:1px solid #250f00;
	height:500px;
	left:50%;
	margin-left:-400px;
	margin-top:-250px;
	position:absolute;
	top:50%;
	width:800px;

}

#content h1 {
	position: absolute;
	left: 620px;
	top: 375px;
	width: 160px;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #e73800;
	padding: 10px;
	text-align: right;
}

#content p {
	margin: 5px 0px 0px 0px;
	color: #e73800;
	font-size: 11px;
	text-align: center;	
}

#content a {
	color: #e73800;
}

