	#main {
		position : absolute;
		visibility : visible;
		background-color: #FFBD00;
		top: 0;
		left: 0;
		padding-left : 0px;
		padding-right : 0px;
		padding-top : 0px;
		padding-bottom : 0px;
		border-left-width : 0px;
		border-right-width : 0px;
		border-top-width : 0px;
		border-bottom-width : 0px;
	}
	#container{
 		position : relative;
 		visibility : hidden;
 		top:  0;
 		left: 0;
 		height: 1px;
 		width:1000px;
	}
	#about{
 		position : absolute;
 		visibility : hidden;
 		top:  35;
 		left: 167;
 		height: 77px;
 		width:186px;
 		z-index:1;
	}	
	#info{
 		position : absolute;
 		visibility : hidden;
 		top:  67;
 		left: 167;
 		height: 77px;
 		width:250px;
 		z-index:2;
	}
	#info2{
 		position : absolute;
 		visibility : hidden;
 		top:  100;
 		left: 167;
 		height: 97px;
 		width:250px;
 		z-index:3;
	}
	#proc{
 		position : absolute;
 		visibility : hidden;
 		top:  133;
 		left: 167;
 		height: 77px;
 		width:320px;
 		z-index:4;
	}
	#login{
 		position : absolute;
 		visibility : hidden;
 		top:  165;
 		left: 167;
 		height: 77px;
 		width:250px;
 		z-index:4;
	}
	
	.nav{
		color: #333333;
		font-family: Arial,tahoma,Helvetica, sans-serif;
		font-size: 12px;
		padding-left: 7px;
	}
	.nav a{
		color: #333333;
		font-family: Arial,tahoma,Helvetica, sans-serif;
		font-size: 12px;
		padding-left: 7px;
		text-decoration: none;
	}

	.nav2{
		color: #517FAB;
		font-family: Arial,tahoma,Helvetica, sans-serif;
		font-size: 12px;
		padding-left: 7px;
	}
	.nav2 a{
		color: #517FAB;
		font-family: Arial,tahoma,Helvetica, sans-serif;
		font-size: 11px;
		padding-left: 7px;
		text-decoration: underline;
	}
