html {
	height: 100%;
	overflow:auto;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	overflow: auto;
	position: relative;
}
.wrap{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url("../_img/bg.gif");
	background-repeat: repeat;
	background-position: 0 2px;
	position: relative;
}

#flashcontent {
	height: auto;
}
	
.alternateContent {
	height: 1000px;
	padding-top: 200px;
	padding-bottom: 800px;
	text-align: center;
	font-family: helvetica;
	font-size: 12px;
	line-height: 24px;
}

.job_inquiry{
	font-family: helvetica;
	height: 24px;
	text-align: right;
	font-size: 10px;
	display: none;
}

.job_inquiry a{
	float: right;
	color: white;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 150px;
	background-image: url("../_img/button_jobs.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
/*	height: 18px;
	width: 135px;
	letter-spacing: .8px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url("../_img/arrow.gif");
	background-repeat: no-repeat;
	background-position: 15px 8px;
	background-color: black;*/
	cursor: pointer;

}

.job_inquiry a:hover{
	background-image: url("../_img/button_jobs.gif");
	background-repeat: no-repeat;
	background-position: 0px -25px;
	cursor: pointer;
	/*background-position: 18px 8px;*/

}

.jobs{
	width: 610px;
	padding-top: 92px;
	padding-left: 61px;
	padding-bottom: 100px;
	font-family: helvetica;
	font-size: 12px;
	line-height: 24px;
	color: #818487;
}

.jobs ul{
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

.email{
	padding-top: 12px;
	font-size: 10px;
}

.email a{
	font-size: 10px;
	line-height: 24px;
	color: #a9a9a9;
	/*text-decoration: none;*/
}

.jobs h2{
	padding: 0px;
	margin: 0px;
	font-family: helvetica;
	font-size: 12px;
	line-height: 24px;
/*	color: #1a1a1a;*/
	color: #E32628;
	font-weight: normal;
	letter-spacing: .3px;
}

.jobs strong{
/*	color: #E32628;*/
	color: #1a1a1a;
	font-size: 11px;
}

.jobs i{
	padding-left: 5px;
	color: #a9a9a9;
	font-size: 11px;
}

.logo_red{
	position: absolute;
	top: 55px;
	left: 61px;
	width: 97px;
	height: 18px;
	background-image: url("../_img/logo_asketic_red.gif");
	background-repeat: no-repeat;
}

.logo_red a{
	display: block;
	width: 97px;
	height: 18px;
}