@charset "utf-8";
/* CSS Document */

body {
	text-align: center; /* required for centering the page in IE */
	margin: 0px;
	padding: 0px;
	background-image: url(img/background.jpg);
	background-color:#ffffff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

#centerLayer {
    text-align: center;
  margin: 20px auto;
    }
p {
	text-align:center;
	color:#006;
 	font: normal 12.0pt Tahoma, Arial, Helvetica;
	line-height: 130%;
	margin: 30px 0 10px 0;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #006;
	font-weight: bold;
	outline: none;
}
a:hover {
	color: #F00;
	font-weight: bold;
}

p.head{
 	font: normal 13.0pt Tahoma, Arial, Helvetica;
	color:#006;
	margin: 20px 0 10px 0;
}
