body
{
	background-color: #cdcdcd;
	background: url('images/background.jpg') top center no-repeat #cdcdcd;
}

a
{
    color: #5F5F5F;
    text-decoration: none;
    font-family: 'Lucida Grande','bitstream vera sans','trebuchet ms',sans-serif,verdana;
    font-weight: normal;
    font-size: 13px;
}

#button
{
    background-color: #9F9F9F;
    color: white;
    cursor: pointer;
    display: table;
    padding-left: 4px;
    padding-right: 4px;
}

#button:hover
{
    background-color: #7F7F7F;
}

#container
{
	margin: 0 auto;
	display: table;
	width: 1008px;
	height: 200px;
}

#header
{
    width: 100%;
    color: white;
}

#subheader
{
	border-radius: 5px;
	width: 100%;
	display: block;
	height: 158px;
	background: url(images/header.png) top left no-repeat;
}

.input_text
{
    height: 16px;
    width: 160px;
    background: url(images/input_text.png) top center no-repeat;
    border: 0px;
}

.input_text:hover
{

}

#content
{
	background-color: #ffffff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: table;
	margin: 5px;
    width: 1000px;
}

#footer
{
	text-align: center;
	display: block;
	width: 100%;
	margin: 5px;
}

