body {
	background-color: #b20000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-position: center center;
	margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 0px;
}

.text{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #d1d1d1;
	text-decoration:none;
}


.text a:link, .text a:visited, .text a:active{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #f21a1a;
	text-decoration: none;
}

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

.header{
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #d1d1d1;
	text-decoration:none;
}