/* CSS Document */
html {
	background: url(/images/bg.png) repeat-y #EFEFEF;
	background-position:center;
}
body {
	text-align: center;
	background: url(/images/bg.png) repeat-y #EFEFEF;
	background-position: center;
	font-family: Trebuchet MS, Verdana, Tahoma, Sans-Serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

.Title {
	font-size: 24px;
	font-weight: bold;
}

.SubTitle {
	font-size: 18px;
	font-weight: bold;
}


#separator {
	background: url(/images/line.png) repeat-x center;
	height: 1px;
	width: 100%;
}