@charset "utf-8";
body {
	margin:0;
	padding:0;
	height:100%;
	background:#caccce url(../images/bg.jpg) center no-repeat;
}
html {
	height:100%;
}
#main {
	height:100%;
}
td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.center {
	width:960px;
	height:600px;
}
.smoke {
	background:url(../images/smoke.jpg) no-repeat center bottom;
}