body {
	color: #000000;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #ffffff;
	background-image: url(img/blue_gradient.png);
	background-repeat:repeat-x;
}

div.stars {

width:100%;
height:100%;
background-image: url('img/star_image.png');
background-repeat: no-repeat;
background-position:center -100px;

padding-top:30px;
}


div.main_top {
	background-image: url(img/cs_web_header.png);
	background-repeat: no-repeat;
	width: 895px;
	height: 128px;
	margin: 0px auto 0px auto;

}

div.main {
	background-image:url('img/main_bg.png');
	background-repeat: repeat-y;
	width: 895px;
	margin: 0px auto 0px auto;
	padding-bottom: 0px;
}

div.email_nav {
	margin-top: 40px;
	padding-right: 40px;
	float: right;
}

div.email_nav_text {
	border-top: 2px #3995BD dotted;
	border-bottom: 2px #3995BD dotted;
	margin-left: 20px;
	padding: 10px;
	font-size: 13px;
}

div.games {
	text-align: center;
	margin-top: 0px;
}

div.game {
	width: 330px;
	height: 191;
	float: left;
	margin: auto;
}

.separator {
	font-size: 12px;
	color: #3995BD;
	border-top: 2px #3995BD dotted;
	border-bottom: 2px #3995BD dotted;
	margin-top: 60px;
	margin-right: 40px;
	padding: 20px 0px;
}

.hiring {
	width: 518px;
	margin: auto;
}

.hiring_top {
	background-image: url(img/hiring_top.png);
	background-repeat: no-repeat;
	width: 518px;
	height: 122px;
	text-align: left;
	font-size: 14px;
}

.hiring_text {
	background-color: #FFCC33;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;

	color: #6E6E6E;
}

.hiring_bottom {

	background:url(img/hiring_bottom.png);

	width:518px;
	height:17px;
}

div.main_bottom
{
background:url(img/main_bottom.png) no-repeat;
width:895px;
height:39px;
margin: 0px auto 10px auto;

}


.footer {
	text-align:center;
	color:#444444;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}