﻿body{
	margin:0;
	background-color:black;
	color:#DEDEDE;
	font-family:"Trebuchet MS",Tahoma;
	
	background-image:url('background.jpg');
	background-attachment: fixed;
	background-position: center;

}
a:link, a:visited {
	color:#4D4C48;
	text-decoration: none;
	font-weight: normal;
}
a:active, a:hover {
	color: silver;
	text-decoration: underline;
}

.site{
	opacity:0.7;
	background-color:#000;
	margin:0px auto;
	width:754px;
}
.site:hover{
	opacity:0.75;
}
.bannner{
	background-image:url('images/banner.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	height:214px;
	width:754px;
	
}
.sitecon{
	text-align: inherit;
	margin:0px auto;
	width:660px;
	margin-bottom:35px;
}
.rightp{
	text-align:justify;
	width:420px;
	float:right;
}

.footer{
	padding-top:20px;
	text-align:center;
	font-size:x-small;
	color:silver;
	width:754px;
	height:63px;
	background-image:url('images/footer.jpg');
	background-position:center top;
	background-repeat:no-repeat;
}