html, body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	background: url("../images/background.jpg") no-repeat center center;
	z-index:1;
	background-attachment: fixed;
	background-width: 100%; 
    background-height: 100%; 
}

a {
color: #fff;
text-decoration: underline;
}

#wrapper{
	width: 700px;
	margin: 250px auto;
}
