@charset "utf-8";
/* CSS Document */

body {
	font-family:Helvetica, Arial, sans-serif;
}
.main {
	background: url('images/back2.jpg') no-repeat 50% 50% fixed;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	color: #FFF;
}

#transparent {
	    background:rgba(255,255,255,0.2);
 	}

a:hover {
	text-decoration: underline;
	color:#FFF;
}

a:link, a:visited, a:active {
	color:#FFF;
	text-decoration: none;
}

