html {
	width: 100%;
	height: 100%;
	
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #ABAEAE;
}

#content {
    font-family: Verdana, Arial; 
	background-image: url(../img/bg.jpg);
	font-size: 11px;
	
}


#content p {
	text-align: center;
}



