
body{	
	display:block;
	position:relative;
	margin-top:0px;
	}
html{
	margin:0px !important;
}
	
#backImg{
	display:none;
}

	#popUpBox{
		float:none; 
		margin:5% auto;
		width:600px;
		height:600px;
		background:#f3f5f2;
		border:1px solid #444c3f;
		text-align:center;
	}
	
	#popUpBox h1 , #popUpBox p{
		float:left;
		height:auto;
		width:90%;
		margin:5%;
		text-align:center;
	}
	#popUpBox p{
		font-size:14px;
		margin-top:0px;
		margin-bottom:0% !important;
	}
	.browserImage{
		float:left;
		width:120px;
		height:150px;
		margin:0 15px;
		text-align:center;
	}
	.browserImage img{
		float:left;
		width:120px;
	}
	
	.browserImage h2{
		float:left;
		width:100%;
		font-size:18px;
		line-height:normal;
	}
	
	.browserImage a{
		float:left;
		width:100%;
		text-align:center;
		color:#444c3f;
	}

	#popupContainer{
		float:left;
		width:100%;
		height:900px;
		background:url("http://www.booths.co.uk/wp-content/themes/booths/javascript/ie7/background.jpg");
	
	}
	