body {
  font-size: 100%;
/*  background-color: #E0FFFF; */  
  /*background: url(../../images/classBG.png) no-repeat center center fixed;*/
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}

h2.top{
	color:#3DA59B;
	font-family:Century Gothic;
	font-size:30px;
}

div.textBody{
	margin-left: 150px;
}

#login {
	color:#FFFFFF;
	width: 120px;
	font-family: "Century Gothic";
	font-size:20px;
  height:40px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../../images/greenButton.png);
  background-size: 100%;
}

#next {
	color:#FFFFFF;
	width: 300px;
	font-family: "Century Gothic";
	font-size:18px;
  	height:40px;
  	margin-left: 290px;
  	padding: 0;
  	border: 0;
  	background: transparent url(../../images/purNext.png);
  	background-size: 100%;
}

p.top{
	font-family:Century Gothic;
	font-size:21px;
	color:#000000;
	margin-top: -18px;
}

div.main{
	width: 1000px;
	margin-left: 10px;
	font-family:Calibri;
	font-size:20px;
}

div.head{
	height:60px;
	width: 1000px;
	margin-left:60px;
	float: left;
}

div.home{
	float:right;
	margin-left: -40px;
	padding-top: 40px;
	font-family:Calibri;
	font-size:18px;
	color:#4F81BD;
}

img.logo{
	width:870px;
  	height:150px;
  	float:left;
  	margin-left: 100px;
}

a{
	color:#4F81BD;
}

input.button{
/*	border-radius:6px;*/
	background-color: #CCFFFF;
	border:none;
	font-family:Calibri;
	font-size: 20px;
}

input.button:hover {
    box-shadow: 0px 0px 1px #777;
}
