@media screen
{
	body
	{
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	background-color: #000000;
	background-image: url(../altern.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;

	background-attachment: fixed;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #E0D2B6;
}
a:active {
	color: #E0D2B6;
}
.styl1 {
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
		
}

}
