@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}
html {
	background:#1b538e  url(images/bg2012.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#page-wrap {
	width: 600px;
	margin: 50px auto;
	padding: 20px;
	/*background: white;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;*/
}
p {
	font: 12px Verdana, Geneva, sans-serif;
	margin: 0 0 30px 0;
	color:#ffffff;
	font-weight:900;
	text-align:center;
	text-shadow: 0 0 10px black;
	/*text-indent: 40px;*/
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}
.style1 
{
	font: 12px Verdana, Geneva, sans-serif; color: #FFFFFF;
	font-size:10px;

}