@charset "utf-8";
body {
	padding: 0;
	margin: 0;
	background-image: url("../img/bg_body.jpg");
	text-align: center;
}


#page {
	padding-top: 100px;
	margin: auto;
	text-align: center;
	width: 800px;
	height: 600px;
	background-image: url("../img/spot.png");
	background-repeat: no-repeat;
}

a {
   color: #505050;
   text-decoration: none;	
}
a:hover {
   color: #707070;
   text-decoration: underline;	

}

h1
{
font-family: georgia;
color:#505050;
text-shadow: 1px 1px 0px #202020, -1px -1px 0px #606060;
font-weight: normal;
font-size: 60px;
text-transform: uppercase;
}


p
{
font-family: 'Open Sans Condensed', sans-serif;
color:#404040;
text-shadow: 1px 1px 0px #202020, -1px -1px 0px #606060;
font-weight: normal;
font-size: 24px;
}


#logo {
opacity:0.5;
filter:alpha(opacity=50);
}

