/* CSS Document */
@charset "UTF-8";
* { 
margin: 0; 
padding: 0; 
}
body {
	overflow-x: hidden;
}
a {
	color: #27313d;
	font-size: 14px;
	text-decoration: none;
}
a:hover {
	color: #963;
	font-size: 14px;
	text-decoration: underline;
}
p {
	margin: 0 0 30px 0;
	text-indent: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 2;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 19px;
	font-weight: bold;
}
html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#page-wrap {
	width: 500px;
	padding: 20px;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	background: hsla(0,0%,100%,0.75);
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	border-radius: 2em;
}

