html, body { height: 100%; }

html,
body,
img,
table { border: none; }

body { 
	margin: 0;
	padding: 0;
	background-color: #a6a6a6;
	background-image: url(bg_white.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#vcenter {
	position: relative;
	top: 10%;
	left: 0;
	height: 650px;
	width: 100%;
}

body:last-child:not(:root:root) #vcenter { margin-top: 10%; }	/* safari 2 */
body:first-of-type #vcenter { margin-top: 10% !important; }		/* safari 3 */

#creativelicense {
	width: 975px;
	height: 560px;
}

#layoutLogic { 
	background: none;
	height: 100%;
	position: absolute;
	margin: 0 auto;
	_margin: 0;
	left: 0;
	padding: 0;
	width: 100% !important;
}

#layoutLogic.L3 {
	background: none;
	height: 100%;
	position: absolute;
	margin: 0 auto;
	_margin: 0;
	left: 0;
	padding: 0;
	width: 100% !important;
}