/* CSS Document */

body {
margin: 0;
padding: 0;
background-image: none;
background-color: #FFFFFF;
}


#Center {
top: 50%;
left: 50%;
position: absolute;
width: 1000px;
height: 600px;
margin: -295px 0 0 -500px;
padding: 0;
text-align: left;
color: #4D4D4D;
background: transparent;
}



