html, body {
margin:0;
padding:0;
width:100%;
height:100%;
overflow:hidden;
}

a {
	color: #D10068;
}

img { border: 0; }

#wrapper {
	z-index: 100;
	position: absolute;
	height: 682px;
	
	left: 50%;
	margin-left: -375px;
	margin-top: 10px;
}

#bg_full {
	height: 100%;
	width: 100%;
}