@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/global/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#myContent {
	height: 632px;
	width: 992px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -301px 0 0 -496px;
}

