@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

html { 
	background: url(../img/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#page-wrap {
	width: 400px;
	margin: 18% auto;
	padding: 50px;
	background: white;
	opacity: 0.8;
	filter:Alpha(Opacity=80);
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#page-wrap a {
	text-decoration:none;
	color:#000;
}

#p1 {
	font: 1.5em/1.3 Georgia, Serif;
	font-weight: bold;
	text-align: center;
	color: #006;
	margin-bottom: 0.9em;
	letter-spacing: 0.1em;
}

#p2 {
	font: 1.5em/1.3 Georgia, Serif;
	margin-bottom: 0.7em;
	letter-spacing: 0.1em;
}

#p3 {
	font: 1em/1.3 Georgia, Serif;
	margin-bottom: 0.7em;
}

#p4 {
	font: 1em/1.3 Georgia, Serif;
	margin-bottom: 2em;
}

#p5 {
	font: 0.9em Georgia, Serif;
	text-align: center;
	color: #999;
}

#p5 a {
	color: #999;
}