body {
	background-color:#000;
	padding:0px;
	margin:0px;
	color:#cfc;
	background-image: url(../../images/background.jpg);
	background-repeat: no-repeat;


}
.title {
	margin:0px 0px 0px 150px;
	padding:0px;
	width:900px;
	height:250px;
	background-image: url(../../images/title_bg.jpg);
	background-repeat: no-repeat;
}

.content {
	margin:0px 0px 0px 150px;
	padding:2px 252px 2px 102px;
	width:900px;
	height:600px;
	background-image: url(../../images/content_bg.jpg);
	background-repeat: no-repeat;
	/*background-color:#181818; */
}

p {
	font-size:80%;
	margin:0px;
	padding:0px;
}

a:link {
	color:#CFC;
	text-decoration:none;
	font-size:80%;
}

a:visited {
	color:#CFC;
	text-decoration:none;
	font-size:80%;
}

a:hover {
	color:#CF6;
	text-decoration:none;
	font-size:80%;
}

a:active {
	color:#CFC;
	text-decoration:none;
	font-size:80%;
}
