/* CSS Document */
body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	background-color: #e7f5ff;
}

html {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}

#content{
	width:100%; height:100%; text-align:center;
}
