/* GENERAL */

html{
	margin:0px;
	padding:0px;
	height:100%;
	background-image:url(imgs/bg_tile.jpg);
}

body {
	margin:0px;
	padding:0px;
	height:100%;
	background-image:url(imgs/bg_img.jpg);
	background-repeat:repeat-x;
}

