html {
	margin: 0; padding: 0;
	position: relative;
	height: 100%; min-height: 100%;
}

body {
	margin: 0; padding: 0;
	background: url(bg-right.jpg) top right #000 no-repeat;
	position: relative;
	height: 100%; width: 100%; min-height: 100%;
}

#wrapper {
	width: 100%; height: 100%; min-height: 100%;
	background: url(bg-left.jpg) bottom left no-repeat;
}

#cyo {
	position: absolute;
	width: 960px; height: 600px;
	border: 5px solid #000;
	top: 50%; left: 50%;
	margin: -300px 0 0 -480px;
	background: #000;
}

p.cyo-backlink a {
	float: right;
	background-color: #000;
	color: #fff;
}
