@charset "UTF-8";
/* CSS Document */

.body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	color: #CCC;
	background-color: #000;
	height: 550px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
.contentArea {
	float: right;
	height: 550px;
	width: 650px;
}
.buttonStrip {
	background-color: #156bc3;
	float: right;
	height: 600px;
	width: 133px;
	margin-right: 25px;
	position: relative;
	left: 0px;
	bottom: 30px;
}
.leftStrip {
	background-color: #ffffff;
	height: 550px;
	width: 25px;
	float: left;
	margin-left: 25px;
	clear: none;
}
a:link {
	color: #1569BF;
}
a:hover {
	color: #79A6D6;
}
