body {
	background-color: #5c5c5c;
	background-image: url(./img/background.png);
	background-repeat: no-repeat;
	background-position: center top;
}

img.noborder {
	border: 0px;
}



/*------------------------------------------- Links -------------------------------------------------*/

a:active {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:link {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:visited {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

/*------------------------------------------- Main -------------------------------------------------*/

div.main {
	width: 910px;
	margin-left : auto;
	margin-right : auto;
	margin-top: 80px;
}

div.banner {
	margin-left : 35%;

}

/*------------------------------------------- Navigation -------------------------------------------------*/

div.topbut_left {
	background-image : url(img/topbut_left.png);	
	width: 4px;
	height: 35px;
	float: left;
}

div.topbut_right {
	background-image : url(img/topbut_right.png);	
	width: 4px;
	height: 35px;
	float: left;
}

.topbut_center {
	background-image : url(img/topbut_back.png);	
	width: 902px;
	height: 35px;
	line-height: 34px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}

#center_blue {
	line-height: 34px;
	float: center;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}

/*------------------------------------------- Container -------------------------------------------------*/

div.container_top {
	background-image : url(img/container_top.png);
	width: 910px;
	height: 10px;
	margin-left : auto;
	margin-right : auto;
}

div.container {
	background-color: #ffffff;
	width: 890px;
	margin-left : auto;
	margin-right : auto;
	padding: 10px;
	padding-top: 0px;
}

/*-------------------------------------------Middle of the page-------------------------------------------------*/


div.job {
	height: 210px;
	font-size: 12px;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	padding: 10px;
}


div.chars {
	height: 210px;
	font-size: 12px;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	padding: 10px;	
}

div.loct {
	height: 210px;
	font-size: 12px;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	padding: 10px;	
}

#space {
	padding: 10px;
	}
	
/*-------------------------------------------Down page long div-------------------------------------------------*/

div.container_down {
	background-image : url(img/container_down.png);
	width: 910px;
	height: 12px;
	margin-left : auto;
	margin-right : auto;
}

div.copy {
	width: 100%;
	font-family : arial;
	font-size : 10px;
	color : #ffffff;
}

div.count
{
	font-family: arial;
	font-size: 8px;
	color: #5c5c5c;
}

