
html{
	margin:0; 
	padding: 0;
	height: 100%;
}


body{
	background-color: #dee3e9;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #ffffff url(../images/bg.gif) repeat-x top;
}


p {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

