body
{
margin: 0px;
height: 100%;
}

#bgimage
{
display: block;
z-index: 0;
position: fixed;
min-height: 500px;
width: 100%;
min-width: 1008px;
height: 100%;
}

#container
{
z-index: 1;
position: relative;
width: 100%;
min-width: 750px;
}

#box
{
position: relative;
margin-left: auto;
margin-right: auto;
width: 1008px;
padding-top: 148px;
}

/* GLOWS */
	#left
	{
	float: left;
	height: 158px;
	width: 69px;
	min-width: 69px;
	background: URL('/static/img/glow_left.png') no-repeat;	
	}

	#top
	{
	background: URL('/static/img/glow_top.png') no-repeat;
	height: 100px;
	width: 1008px;
	}

	#right
	{
	float: left;
	height: 158px;
	width: 69px;
	min-width: 69px;
	background: URL('/static/img/glow_right.png') no-repeat;	
	}
/*END OF GLOWS */

/* CONTENT WRAPPER */
#wrap
{
width: 1008px;
height: 158px;
overflow: hidden;
}

/* CONTENT */
	#center
	{
	float: left;
	width: 847px;
	background: #FFFFFF;
	border: 1px solid #434343;
	height: 136px;
	padding: 10px;
	}

	#swrap
	{
	width: 817px;
	height: 60px;
	background: #f4f4f4;
	padding: 15px;
	overflow: hidden;
	font: 11px Tahoma;
	color: #848484;
	}
	
	#lastn
	{
	float: left;
	width: 365px;
	}
		#lastn input
		{
		border: 1px solid #d6d6d6;
		font: 24px Tahoma;
		color: #000000;
		width: 365px;
		}
		#lastn label
		{
		display: block;
		}
	#firstn
	{
	float: left;
	width: 225px;
	margin-right: 30px;
	}
		#firstn label
		{
		display: block;
		}
		#firstn input
		{
		border: 1px solid #d6d6d6;
		font: 24px Tahoma;
		color: #000000;
		width: 225px;
		}
	#search
	{
	margin-top: 11px;
	float: right;
	width: 144px;
	}
	
#bottom
{
background: URL('/static/img/reflection.png') no-repeat;
width: 1008px;
height: 86px;
margin-left: auto;
margin-right: auto;
}
#copyright
{
float: right;
font: 11px Tahoma;
color: #000000;
margin-top: 10px;
margin-right: 10px;
}
	#copyright a
	{
	color: #04b4e6;
	text-decoration: underline;
	}
