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

body {
	background-color: #333333;
}
.main {
	background-image: url(bg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
	width: 800px;
	left: 12.5%;
	top: 50px;
	position: absolute;
	border: medium solid #999999;
}
.content {
	height: 250px;
	width: 400px;
	top: 25px;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.titleGraphic {
	filter: alpha(Opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	float: left;
	position: relative;
	left: 15px;
	top: 15px;
}

.nav {
	position: relative;
	left: 50px;
	top: 15px;
}
.motto {
	position: relative;
	left: 90px;
	top: 30px;
}
.samples {
	left: 15px;
	top: 15px;
	position: relative;
}
a {
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
