* {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
}
body {
    background: url("../images/codex.jpg") no-repeat scroll center top #2E2D2C;
}
form {
    margin: 0;
    padding: 0;
}
#container {
    height: 700px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
#header {
    height: 120px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1000px;
}
#header h1 {
    background: url("../images/codex-logo.jpg") no-repeat scroll 0 0 transparent;
    height: 150px;
    position: relative;
    width: 150px;
}
#header h1 a {
    display: block;
    height: 160px;
    text-indent: -9999em;
    width: 150px;
}

#middle	{
	
	width: 300px;
	height: 100px;
	top:400px;
	
	position: absolute;


}

#middle2{

	width: 300px;
	height: 100px;
	top:400px;
	
	position: absolute;
	
	background: #1b1c1e;


}




#footer {
    color: #7B7B7B;
    height: 100px;
    left: 0;
    margin-top: 10px;
    position: absolute;
    top: 600px;
    width: 1000px;
}
#footer-left {
    color: #7B7B7B;
    height: 50px;
    left: 0px;
    top: 0px;
	width:500px;


    

}
#footer-right {
    color: #7B7B7B;
    height: 50px;
	width:500px;
    position: absolute;
    text-decoration: none;
    top: 0px;
	margin-left:500px;
	text-align:right;
    
}
#footer-left a {
    color: #7B7B7B;
    text-decoration: none;
}

.webmail {
    height: 20px;
    position: absolute;
    right: 420px;
    text-indent: 15px;
    top: 20px;
    width: 100px;
}
.webmail a {
    color: #7B7B7B;
    font-weight: normal;
    text-decoration: none;
}
.client-login {
    height: 75px;
    line-height: 10px;
    margin-top: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 410px;
}
.login {
    height: 25px;
    margin-left: 80px;
    margin-top: 5px;
    width: 320px;
}
.input {
    background: url("../images/input-bg.png") no-repeat scroll left top transparent;
    border: 0 none;
    color: #FFFFFF;
    float: left;
    font-size: 11px;
    height: 25px;
    line-height: 12px;
    padding: 0 5px 0 3px;
    width: 114px;
}
.input-submit {
    background: url("../images/input-submit.png") no-repeat scroll left top transparent;
    border: 0 none;
    float: left;
    height: 25px;
    width: 61px;
}

