/* @charset "UTF-8"; */
/* CSS Document */

* {
margin:0;
}

body
{
margin: 0;
font-family: Helvetica, Arial, sans-serif;
color:#999999;
background-color:#FAFAFC;
background-image:url(../images/gradient.jpg);
background-repeat:repeat-x;
background-position:center top;
font-size: 12px;
line-height: 14px;
height: 100%;
}

html {
     overflow: -moz-scrollbars-vertical;
	 overflow: scroll;
	 height: 100%;
}

html, body {
height: 100%;
}

.container {
min-height: 100%;
height: auto !important;
height: 100%;
margin-bottom: -45px;
}

.containerhome {
min-height: 100%;
height: auto !important;
height: 100%;
margin-bottom: -45px;
background-image:url(/images/bamboo_back.jpg);
background-repeat:repeat-x;
background-position:center bottom;
}

#content
{
z-index: 30;
width: 760px;
margin:0px auto;
background-color:#FFFFFF;
height:90%;
}

#topspacer
{
height:18px;
}

#holdflash
{
z-index: 30;
width: 713px;
height: 157px;
margin:0px auto;
margin-left:23px;
}

#holdlogo
{
text-align:right;
margin-top:12px;
margin-right:24px;
margin-left:23px;
}

#resumes{
float:left;
height:163px;
width:163px;
margin-left:23px;
background-color:#999999;
}

#rotatelogo
{
	float: left;
	height: 163px;
	width: 163px;
	margin-right: 0px;
	margin-left: 33px;
}

#loginbox
{
float:right;
height:133px;
width:505px;
margin-right:50px;
padding:1px;
}

#newsbox{
float:right;
width:535px;
margin-right:24px;
}

#clearfloat
{
clear:both;
height:33px;
}

.counting
{
font-size:45px;
line-height:120px;
color:#FFFFFF;
text-align:center;
}

hr {
margin-top:7px;
margin-right:24px;
margin-left:23px;
margin-bottom:14px;
}

.textInput
{
border: 1px solid #999999;
background:#FFFFFF;
color: #999999;
font-size: 12px;
width: 210px;
height: 17px;
}
	
