@charset "utf-8";

/* CSS Document */

	@import url("tpl.css");
	@import url("head.css");
	@import url("foot.css");
	@import url("h.css");
	@import url("table.css");
	@import url("colorbox.css");


html,body,div,p,h1,h2,h3,ul,ol,span,table,td,form,img,li,u{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #EBD7B4;
	background-image: url("../gfx/bg_center.png");
	background-position: center;
	background-repeat: repeat-y;
	font-size: 14px;
}
