html
{
margin:auto;
margin-bottom:0px;
}
body {
font-family:verdana;
font-size:14px;
color:#fff;
margin:0px;
height:100%;
overflow:auto;
background-color:#2d2d2d;
background-image:URL('images/lines.png');
background-repeat:repeat;
background-position:top;
background-attachment:fixed;
}
a img { 
border:0px; 
}
a {
text-decoration:none;
color: #FFF;
}
a:visited {
color: #FFF;
}
a:active {
color: red;
}
a:hover {
color:#00ff00;
}

h1{
margin:0px;
text-align:left;
color:#005aff;
font-family:verdana;
font-size:30px;
}

h2{
    
margin:0px;
text-align:left;
color:#04bf04;
font-family:verdana;
font-size:24px;
}


.DivHead
{
margin:auto;
width:100%;
height:276px;
background-image:URL('images/topfade.png');
background-repeat:repeat-x;
}


.DivFrame
{
    width:880px;
    height:100%;
    margin-left:auto;
    margin-right:auto;
}

.DivFrametop
{
    margin-left:auto;
    margin-right:auto;
    width:100%;
    height:53px;
    background-image:url('images/frametop.png');
    background-repeat:no-repeat;
}
.DivFramemid
{
    margin-left:auto;
    margin-right:auto;
    width:100%;
    min-height:100px;
    background-image:url('images/framemid.png');
    background-repeat:repeat-y;
}

.DivFramebottom
{
    margin-left:auto;
    margin-right:auto;
    width:100%;
    height:44px;
    background-image:url('images/framebottom.png');
    background-repeat:no-repeat;
}

.DivContent
{
    margin-left:auto;
    margin-right:auto;
    margin:auto;
    width:750px;
}


.DivVert{
    margin-top:32px;
	float:right;
	border:0px solid red;
	writing-mode:tb-rl;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	display:block;
	bottom:0;
	width:20px;
	height:20px;
	font-family:"Century Gothic";
	font-size:22px;
	font-weight:normal;
	text-shadow: 2px 1px 10px #000;
}


#DivImgfade
{
    
background-image:url(images/fade/0.png);
height:176px;
width:794px;
position:relative;
right:22px;
margin-top:-19px;
float:left
}

	.fadeimg
	{
	opacity:1;
	}
.PreLoad
{
 display:none;   
}

.DivJobsinputr
{
width:75%;
float:right;

}

.DivJobsinputl
{
width:25%;
float:left;
}

.DivJobsinput
{
width:100%;
height:22px;
display:inline-block;
}

.InputBox
{
background:transparent;
color:white;
font-family:verdana;
border-style:solid;
border-width:1px;   
}

.DropBox
{
    color:white;
    background-color:black;
}
