#header {
	border-bottom : 2px solid #666;
	margin : 0px;
	padding : 0px;
	background-attachment: fixed;
	background-image: url(../bg.jpg);
	background-repeat: no-repeat;
}

a {
	color : #FFFFFF;
	text-decoration : none;
}

a:hover {
	color : #ffffff;
	text-decoration : underline;
}


body {
	background : url(../bg.jpg) no-repeat fixed;
	color : #CCCCCC;
	font-family : Tahoma, Arial, sans-serif;
	font-size : 12px;
	background-color: #000000;	
}

h1 {
	font-size : 12px;
	color : #777777;
}

h2 {
	font-size : 12px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h3 {
	font-size : 12px;
	margin-bottom:0px;
	padding-bottom:0px;
}
h4 {
	font-size : 12px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h6 {
	font-size : 10px;
	margin-bottom:0px;
	padding-bottom:0px;
	color: #666;
	font-weight:normal;
}



