body {
	font-family: georgia;	
	font-size: 1em;
	color: #000;
	background-color: red;
	background-image: url(images/BG.jpg);
}


h1 {
	font-family: georgia;
	color: #000;
	font-size: 18px;
	font-style:bold;
	text-align:center;
}

p {	
	font-size: 1em;
	line-height: 1em;
	color:#000
}

a{
		color: #0E0E0E;
		font-family:georgia;
                font-size:14px;
		text-decoration:underline;
	}

	a:hover{
		color:gold;
		text-decoration:underline;
	}

#buttons {
	position:relative;
	float:left;
}

#bod{
	position:absolute;
	float:right;
	left:300px;
	width:700px;
	top:0px;
}

#special {
	position:relative;
	top:20px;
	right:-270px;
}

