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

*{
	margin:0;
	padding:0
}

body{
	background:url(img/bg.jpg);
	background-repeat:repeat-x;
	height:100%;
}

#wrapper {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
