

* { 
	padding: 0px; 
	margin: 0px;
	border:none;
}

a, a:hover, a:active, a:visited { text-decoration:none;}

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: url(../pic/bg_body.jpg) repeat-x top #666666;
	
	font-family: Tahoma;
	font-size:10px;
	color: #FFFFFF;
	overflow:hidden;
	
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:945px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	padding-left:33px;
	text-align:center;
	
}


	
	

/***************************************************************/

	



div#content {
	padding:0px 0em 7em; /* bottom padding for footer */
	text-align:center;
	
}

	div#content p {
		text-align:justify;
		color:#f4efe9;
	}
	
/***************************************************************/
	
	div#logo{
		background:url(../pic/logo.jpg) left no-repeat;
		width:215px;
		height:87px;
		padding-right:5px;
		float:left;
		position:relative;
		top:380px;
	}
	
	
	div#login_box{
		background:url(../pic/bg_login.jpg) top;
		width:467px;
		height:351px;
		float:left;
		position:relative;
		top:128px;
		font-size:14px;
	}
	
	div#login_box form{
		position:relative;
		top:80px;
	}
	
	div#login_box p{
		
	}
	
	
	div#login_box .input_text{
		font-size:11px;
		color:#000000;
		border:1px solid #999999;
		float:left;
		width:134px;
		height:15px;
		margin:2px;
		padding:2px;
		background:url(../pic/bg_input.jpg) left top no-repeat;
	}
	
	#submit{
		margin-top:35px;
	}
	
	div#contact{
		background:url(../pic/contact.jpg) left no-repeat;
		width:233px;
		height:106px;
		padding-left:5px;
		float:left;
		position:relative;
		top:374px;
	}
	
	
			
/***************************************************************/
		
		

/***************************************************************/
		
div#footer {
	position:absolute;
	bottom:0; /* stick to bottom */
	width:100%;
	height:45px;
	text-align:center;
	padding-bottom:3px;
}

	div#footer p {
		font-size:9px;
		font-weight:bold;
		position:relative;
		bottom:2px;
	}
	
	div#footer a { color:#000000; }

	
	
	#footer_img {
		float:left;
		position:relative;
		top:1px;
		left:35px;
	}
	
	
