* {
	margin: 0;
	}

html, body {
	background-color: #252525;
	height: 100%;
	}
#header {
	position: absolute;
	background-image: url(../images/bigM.jpg);
	background-position: center;
	background-repeat: no-repeat;
	left: 50%;
	top: 50%;
	margin-left: -137px;
	margin-top: -358px;
	width: 275px;
	height: 296px;
	z-index: 1;
	}
	#header #logo {
		position: absolute;
		height: 60;
		width: 253px;
		top: 50%;
		left: 50%;
		margin-top: -40px;
		margin-left: -126px;
		}
#footer{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 200px;
	margin-left: -350px;
	height: 37px;
	width: 700px;
	background-image: url(../images/bottom-bar.jpg);
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	text-align: center;

	}
		#footer p {
			font-family: ludica grande, arial, sans-serif;
			font-size: 10px;
			color: #8b8b8b;
			line-height: 15px;
			}
		#footer a{
			font-family: ludica grande, arial, sans-serif;
			font-size: 10px;
			color: #8b8b8b;
			line-height: 15px;
			text-decoration: underline;
			}
		#footer a:hover{
			color: #BCBCBC;
			}
#home {
	position: absolute;
	width: 650px;
	height: 413px;
	margin-left: -325px;
	margin-top: -207px;
	left: 50%;
	top: 50%;
	overflow: hidden;
	z-index: 3;
	}
	
#home .body {
	position: absolute;
	top: 115px;
	left: 95px;
	height:25px;
	width: 470px;
	z-index: 12;
	}
	#home .body h1{
		font-family: tahoma, arial, sans-serif;
		color: #4fa500;
		font-size: 16px;
		padding-bottom: 10px;
		}
		
	#home .body p {
		font-family: tahoma, arial, sans-serif;
		font-size: 12px;
		color: #626262;
		line-height: 18px;
		padding-bottom: 15px;
		}
	#home .body p a{
		text-decoration: none;
		color: #4fa500;
		}
	#home .body p a:hover{
		text-decoration: underline;
		}
.background {
	z-index: 1
	}
	
.nav {
	position: absolute;
	left: 95px;   /* right:40px; */
	top: 47px;
	width: 490px;
	height: 30px;
	z-index: 10;
	color: #646464;
	font-weight: lighter;
	text-decoration: none;

	}

	.nav h1 {
		font-family: ludica grande, arial, sans-serif;
		float: left;
		font-size: 12px;
		color: #4fa500;
		font-weight: bold;
		margin: 6px 10px 0 0;
		}
	.nav input.text {
		margin: 0 11px 0 0;
		padding: 3px 0 0 4px;
		height: 17px;
		border: 1px solid #999999; 
	}
	.nav input.button {
		font-family: ludica grande, arial, sans-serif;
		width: 48px;
		height: 24px;
		color: #ffffff;
		cursor: pointer;
		background-image: url(../images/go.jpg);
		background-position: center;
		margin: 0 0 0 0;
		padding: 0 0 3px 0;
		border: 0;
		}
	.nav input.button:hover {
		font-family: ludica grande, arial, sans-serif;
		color: #ffffff;
		cursor: pointer;
		background-image: url(../images/go-hover.jpg);
		background-position: center;
		margin: 0 0 0 0;
		padding: 0 0 3px 0;
		border: 0;
		
		}
	.nav label { 
		font-family: ludica grande, arial, sans-serif;
		color: #999999;
		font-size: 12px;
		position: absolute; 
		top: 4px; 
		left: 6px
		}
	.nav form p { 
		position:relative;
		float: left;
	}
	
	.nav a {
		font-family: arial narrow;
		font-size: 16px;
		color: #8C8C8C;	
		font-weight: lighter;
		text-decoration: none;
		margin-right: 25px;

				}
	.nav a:hover {
		text-decoration: none;
		color: #418800;
		}
		
#whatsthis {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 212px;
	height: 47px;
	margin-left: 20px;
	margin-top: 15px;
	background-image: url(../images/whatisthis.jpg);
	z-index: 100;
	font-family: ludica grande, arial, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 18px;



	}
#whatsthis a{
	display: block;
	width: 100%;
	height: 100%;
	}
#whatsthis a:hover{
	background-image: url(../images/whatisthis-hover.jpg);

	}
	
#upload {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 212px;
	height: 47px;
	margin-left: 20px;
	margin-top: 77px;
	background-image: url(../images/uploadafile.jpg);
	z-index: 100;
	font-family: ludica grande, arial, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 18px;

	}
#upload a {
	display: block;
	width: 100%;
	height: 100%;
	}
#upload a:hover{
	background-image: url(../images/uploadafile-hover.jpg);

	}
	
#home_head{
position:absolute;
z-index:4;
}
#home_hr{
position:absolute;
top:81px;
z-index:4;
}
#home_bg{
position:relative;
top:83px;
min-height:85px;
background-image: url(../images/body_03.png);
background-position: center bottom;
background-repeat:repeat-y;
}
#home_bg2{
position:absolute;
bottom:-83px;
z-index:4;
height:330px;
background-image: url(../images/body_04.png);
background-position: bottom;
background-repeat:no-repeat;
}

