﻿/* CSS layout */
html{
height: 100%;
	}
body {
    background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center top;
    text-align:center;
    padding: 0; 
    margin: 0 auto; 
	margin-top: 0; 
	height:100%;
	min-height: 100%; 
}
#DivContainer{
width:510px;
margin: 0 auto;
height:100%;
background-color:white;
}
