@charset "utf-8";
/* CSS Document */
html{
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-image: url(bg.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
}.gridContainer.clearfix #content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
	text-align: center;
}.alpha60 {	margin-top: 50px;
padding:10px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.3);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.gridContainer.clearfix #content p a {
	color: #FFF;
	text-decoration: underline;
}
.gridContainer.clearfix #content p a:hover {
	color: #ccc;
	text-decoration: underline;
}
