* {
	margin: 0;
	padding: 0;
}

body,html {
    height:100%;
    min-height:100%;
}

body {
	/*    background:url(background.jpg) center center no-repeat #000;*/
}

div#centerContent {
    /*width:1920px;*/
    /*height:1188px;*/
	margin: 0 auto; 
	position:relative;

	/*position:relative;
    top:50%;
    left:50%;
    margin-left:-509px;
    margin-top:-309px;*/
}

