* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background: #000 url(../images/background_01.jpg) top no-repeat;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 200px;
}

#logo {
	margin:21px auto;
	background:url(../images/logo_pvl_essentials.png);
	width:316px;
	height:173px;}

#headtext {
	margin:42px auto;
	background:url(../images/text_itsawholenewgame.png);
	width:650px;
	height:38px;}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	margin:65px auto;
	background:url(../images/product_pvlessentials_group_02.jpg);
	width:800px;
	height:354px;

}




/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin:0 auto;
	height: 225px;
}

#bottom {
	background: url(../images/footer.png);
	width:800px;
	height:224px;}