@charset "utf-8";
/* CSS Document */

body, html{
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#ffffff;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}