body {
	background-color: #131416;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed; 
	background-position: top center;
	margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #161719;
	text-decoration:none;
}


.text a:link, .text a:visited, .text a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DA2828;
	text-decoration:none;
}

.text a:hover {
	color: #DA2828;
	text-decoration: underline;
}