	html{
		background:#ffffff;
	}
	body{
		background:#ffffff;
	}


	.wrapper{
		position:relative;
		width:950px;
		height:500px;
		background:#ffffff;
		margin-left:auto;
		margin-right:auto;
		
	}
	
	.logop1{
		position:absolute;
		top:-200px;
		left:373px;
		width:203px;
		height:173px;

		
	}
	
	.logop2{
		position:absolute;
		top:40px;
		left:170px;
		width:204px;
		height:147px;
		display:none;		
	}
	
	.logop3{
		position:absolute;
		top:216px;
		left:411px;
		width:127px;
		height:55px;	
		display:none;	
	}
	
	.topbar{
		width:950px;
		height:200px;

	}
	
	.menubar{
		width:950px;
		height:30px;
	}
	
	.hidden{
		display:none;
		
	}