#Main {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
}

#BgIm {
	position: inherit;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	z-index: 0;
}

#Header {
	position: inherit;
	height: 13%;
	width: 100%;
	top: 0%;
	left: 0%;
	z-index: 0;
}

#HdIm {
	position: inherit;
	height: 90%;
	width: 60%;
	top: 0%;
	left: 20%;
}

#Login {
	position: inherit;
	height: 15%;
	width: 25%;
	top: 0%;
	left: 0%;
	z-index: 5;
}

#Links {
	position: inherit;
	height: 80%;
	width: 11%;
	top: 15%;
	left: 0%;
	text-align: left;
}

#ACon {
        position: inherit;
        overflow: auto;
        height: 80%;
        width: 89%;
        top: 13%;
        left: 11%;
        text-align: center;
}

#Con {
	position: inherit;
	overflow: auto;
	height: 80%;
	width: 89%;
	top: 13%;
	left: 11%;
	text-align: center;
	font-size: 20px;
	color: #fafafa;
	background: rgba(120, 120, 120, 0.4);
	border-radius: 4%;
}

#Footer {
	position: inherit;
	height: 7%;
	width: 100%;
	top: 93%;
	left: 0%;
	text-align: center;
}

#CTop {
	position: inherit;
	height: 12%;
	width: 95%;
	top: 0%;
	left: 0%;
	z-index: 6;
}

#CLeft {
        position: inherit;
        height: 75%;
        width: 70%;
        top: 12%;
        left: 0%;
        z-index: 5;
        font-size: 80%;
        overflow: auto;
}

#CRight {
	position: inherit;
	height: 75%;
	width: 30%;
	top: 12%;
	left: 70%;
	z-index: 5;
}

#CBot {
	position: inherit;
	height: 10%;
	width: 90%;
	top: 90%;
	left: 0%;
	z-index: 6;
	font-size: 70%;
}

#CLeft h2 {
	font-size: 100%;
}
#FormLeft {
	position: inherit;
	height: 80%;
	width: 49%;
	top: 0%;
	left: 0%;
}

#FormRight {
	position: inherit;
	height: 80%;
	width: 50%;
	top: 0%;
	left: 50%;
}

#FormBottom {
	position: inherit;
	height: 10%;
	width: 100%;
	top: 90%;
	left: 0%;
	text-align: center;
}

.List {
	position: relative;
	height: 10%;
	width: 100%;
	top: 0%;
	left: 0%;
}

h1 {
	font-size: 80%;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 70%;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}


#XVal {
	content: inherit;
	position: absolute;
	bottom: 0%;
	left: 0%;
} 


li {
	display: none;
}

ul:hover li {
	display: block;
}
                                       