body {
	background-image: url("./gfx/background.jpg");
	background-repeat: repeat-x;
	background-color: rgb(0,0,0);
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Sans-Serif;
	text-align: center;
	font-size: 0.9em;
	color: white;
}

div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

img {
	border: 0px;
}

img.blockImg {
	display: block;
}

#main {
	width: 760px;
	margin: 0px auto;
}

div.panel {
	background-image: url("./gfx/panel_bg.gif");
	background-repeat: no-repeat;
	background-color: black;
	margin: 0px auto;
	padding: 26px;
	width: 760px;
	height: 491px;
	text-align: left;
}

div.panel img.title {
	display: block;
	float: left;
	width: 311px;
}

div.panel img.panelImg {
	display: block;
	float: left;
	clear: both;
}

div.panel div.panelTitle {
	position: relative;
	z-index: 50;
	width: 708px;
	height: 40px;
}

div.panel div.panelTitle img {
	display: block;
	float: left;
	width: 311px;
	height: 28px;
}

div.panel div.panelTitle div {
	float: right;
	width: 380px;
	height: 30px;
	font-size: 0.7em;
	overflow: visible;
}

div.panel a.leftA {
	display: block;
	float: left;
	width: 354px;
	height: 57px;
}

div.panel a.rightA {
	display: block;
	float: left;
	width: 354px;
	height: 57px;
}

div.clearMe {
	height: 0px;
	line-height: 0px;
	clear: both;
}

