﻿@charset "UTF-8";
/* CSS Document */

body { 
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color:  #ffffff;
}
.logo{
	padding: 0; 
}
.headerbg{
	background: url(images/top_bg.jpg) no-repeat;
}
.header{
	margin: 4px 0 0 318px;
}
.menu{
	padding-right: 10px;
}
.footer{
	margin-top: 30px;
}
.footerbg{
	background: url(images/footer_bg.gif) repeat-x;
	height: 55px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.pagetop{
	margin-right: 10px;
}
.copyright{
	margin: 10px 0 10px 8px;
}


