
.input{
    margin:5px;
    width:245px;
    height:23px;
    border:none;
}

.submit {
    margin-left:153px;
    margin-top:3px;
    height:23px;
    width:100px;
    background-color:white;
    border:none;
}


html, body {
	margin:0; padding:0;
	height:100%;
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-400px;
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:768px; max-width:1024px; min-width:1024px;
	margin:0 auto;
    background-image:url('../images/bg.jpg');
}
 
#bottom {
	position:absolute;
	bottom:0; right:0;
}
 
#content {
    padding-top:300px;
	position:absolute; left:33%; right:0; top:0; bottom:0;
	overflow:auto; height:468px;
}

#content2 {
    background-repeat:no-repeat;
    position:relative;
    height:768px;
    width:1024px;
    margin-top:-40px;
}

#contentImg {
    float:left;
    position:relative;
    margin-top:300px;
    margin-left:65px;
    overflow-y:scroll;
    height:400px;
}

#contentImgC {
    float:left;
    position:relative;
    margin-left:93px;
    overflow-y:scroll;
    height:355px;
}


.classLink {
    padding-right:10px;
}
.classLink img {
    padding-bottom:5px;
}
