body {
	margin: 0px;
	padding: 0px;
	background: white url(http://vampireweekend.com/images/bkgd.jpg);
	font: bold 16px Georgia, Helvetica, Arial, sans-serif;
	position: relative;
	color: white ;
	min-width: 700px;
	min-height: 540px;
	overflow: hidden;
	min-width: 770px;
	text-transform: uppercase;
}

body, html {
	height: 100%;
}

a {
	color: white;
	text-decoration: none;
	-webkit-transition: 0.25s ease-in-out;
}
a:active {
	opacity: 0.6;
}



img {
	border: none;
	-ms-interpolation-mode: bicubic;
}

#header {
	height: 0px;
	xbackground: black;
	position: relative;
}

#main, #main embed, #main object {
	z-index: 700;
}

#background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

#content {
	position: fixed;
	z-index: 800;
	margin: 0px auto;
	text-align: left;

}

h1 {
	
padding-top: 50px;
padding-bottom: 50px;
	font-size: 12px;
	color: white;
		position: absolute;
	font-size: 60px;
	margin: 20px;
}

h2 {
	margin: 20px;
	font-size: 50px;

}

h2 a:hover {
	background-color:#FF9AD7
}

headbar {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1200;

}

#footer {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 1000;
}

#container {
	position: fixed;
	z-index: 700;
	height: 100%;
	overflow: hidden;
	margin: 25px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	background: #4280c0;
}


#continue {
	position: absolute;
	bottom: 61px;
	right: 50px;
	z-index: 800;
	opacity: 0.2;
}

#continue:hover {
	opacity: 0.9;
}

#continue img{
	width: 250px;
}

#bottom {
	position: absolute;
	bottom: 27px;
	right: 25px;
	z-index: 800;
	color: rgba(0,0,0,0.1);
}

#bottom a{
	opacity: 0.2;
	margin: 0px 5px;
}#bottom a:hover{
	opacity: 0.8;
}



