html {height: 100%;}

body {
height: 100%;
margin:0;
padding:0;
}

#top {
height: 45%;
background:#1c1c1c;
position:relative;
}

#bot {
height: 55%;
background:#ffcb05;
}
.img {
	margin:0 auto;
	width:308px;
	height:243px;
	position:absolute;
	bottom:35px;
}
#mid{
	margin:0 auto;
	width:308px;
	height:243px;
	}