/* CSS Document */
html, body, .wrapper{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	border:none;
}

body{
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#e7e464;
}
