* {padding:0; margin:0}
body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000000;
	background: url(images/bg.jpg) repeat-x fixed center top #000;
	}
	
	
#header{
	background: url(images/header.jpg) center top;
	width:960px;
	height:272px;
	
	}
#content{
	background: url(images/content.jpg);
	width:960px;
	height:578px;
	
	}
#footer{
	background: url(images/footer.jpg);
	width:960px ;
	height:224px;
	font-size:10px;
	text-align:center;
	color:#FFF;

	
	}
	
h1{
	margin: 0;
	padding: 0;
	text-transform: none;
	font-weight: bold;
	color: wheat;
	letter-spacing: -1px;
	font-size: 32px;
}

	
#content p {
	background:transparent none repeat scroll 0 0;
	font-size:18px;
	position:relative;
	text-align:justify;
	top:105px;
	width:600px;
}

#content table tr td blockquote strong {
	font-weight: bold;
}
.red {
	color: #F00;
}
#content p a {
	color: #C00;
	text-align: center;
}
#content table{
	
	position:relative;
	top:75px;
}

