@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	background: #000;
}

body
{
	text-align: center;
}

#page-wrap
{
	text-align: left;
	width: 960px;
	margin: 0 auto;
}

#bg {
	position: fixed;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;
}
#woman {
	position: absolute;
	left: 2%;
	bottom: 1%;
}

#logo {
	position: absolute;
	left: 33%;
	bottom: 2%;
}

#polaroid {
	position: absolute;
	right: 2%;
	top: 2%;
}


.clear { 
clear: both; 
}
