@charset "utf-8";
/* CSS Document */

*{
	margin:0;
}

html, body{
	background:url(images/bgnd.jpg) #0e0e0e top center;
	repeat-x;
	repeat-y;
	height:100%;
}
