html, body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	color: #fff;
	font-size: 11px;
	height: 100%;
}

body.qt169 {
	background: #000 url( ../images/qt_169_bg.jpg ) no-repeat;
}

body.qt43 {
	background: #000 url( ../images/qt_43_bg.jpg ) no-repeat;
}

.main {
	text-align: left;
	
}

.qt169 .main {
	width: 512px;
}

.qt43 .main {
	width: 360px;
}

.logo {
	float: right;
}

.info {
	padding-top: 10px;
	font-weight: bold;
	color: #fff;
}

.info span {
	font-weight: normal;
	color: #666666;
}

.title {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 4px;
}