@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-image: url(images/BG.jpg);
	background-color:#929292;
	background-position:center center;
	background-repeat:repeat-Y;
	font-family: verdana, arial, sans-serif;	
}

#wrap {
	position:relative;
	margin:0 auto;
	width:790px;
}
