@charset "utf-8";
/* CSS Document */
#home{
	background-color: #535353;
}

#wrap{
	background-color:#535353;
	width: 100%;
	height: 100%;
	background-color: white;
	/*-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;	
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;	*/
	margin: 0 auto;
}

#top{

	width: 100%;
	height:35%;
	background-color:#535353;
	z-index:100;
}

#middle{

	width: 100%;
	height: 30%;
	background-color:#535353;
}

#bottom{

	width: 100%;
	height: 35%;
	background-color:#535353;
	bottom:0;
}

#left{
	background-color:#535353;
	height:100%;
	width: 20%;
	float: left;
}

#midleft{
	background-color:#3d9dff;
	height:100%;
	width: 20%;
	float: left;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;	
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

#centre{
	background-color:#535353;
	height:100%;
	width: 20%;
	float:left;
}

#midright{
	background-color:#3d9dff;	
	height:100%;
	width: 20%;
	float: left;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;	
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

#right{
	background-color:#535353;
	height:100%;
	width: 20%;
	float: left;
}

div#logo{
	width: 100%;
	height: 100%;
	float: left;
	padding-top:6%;
	padding-left:1%;
}

