body{
	margin:0;
}
#header{
	position:relative;
	top: 20;
	text-align:center;
	display:inline-block;
	width:100%;
	height:6%;
}
.login{
	float:right;
	margin-right:1%;
	position:absolute;
	right:0;
	top:25%;
}
#nav{
	width:100%;
	float:left;
}
#logo{
	width:33%;
	float:left;
	position:absolute;
	top:-40%;
	left:33%;
}
#footer{
	position:relative;
	bottom: 0;
	text-align:center;
	width:100%;
	height:6%;
}
.ptext{
	text-align: center;
}
ul{
	text-align: center;
}
ul li{
	display:block;
	float:left;
	padding-right:1%;
}

.h1{
	float:left;
}
#main{
	text-align: center;
	position:relative;
	height:85%;
	background-color: #eeeeee;

}
#login{
	width:25%;
	height:25%;
	background-color: #eeeeee;
	text-align: center;
}
#mainlogin{
	text-align: center;
	border: 2px;
	border-radius: 2px;
	background-color: #eeeeee;
	width:20%;
	height:20%;
	margin-left:40%;
	position:absolute;
	top:40%;
	border-color:#000;
	border-style: solid;
	border-radius: 10px;
	box-shadow: 3px 4px #888888;
}
#mlogin{
	position:absolute;
	bottom:0;
	margin-left:8%;
}