@charset "utf-8";
/* CSS Document */

*
{
	padding: 0;
	margin: 0;
	border: 0;
}

html,
body
{
	width: 100%;
	height: 100%;
	background: #FFF url(bg-home.jpg) repeat-x top;
}


.wrapper
{
	width: 100%;
	height: 100%;
	/*background: url(../img/bg-home.png) repeat-x 0 0;*/
}

