body {
margin:0 auto;
text-align:center;
background:#fff url(bg.gif) repeat-x top center;
font-family: helvetica, arial, sans;
}

#container {
margin:0 auto;
width:700px;
text-align:left;
}

#logo {
margin-top:25px;
text-align:left;
}

#form { margin-top:50px; width:100%; background:#fff; border:5px solid #c6c6c6; }

#left { margin-top:50px; float:left; width:450px; background:#fff; border:5px solid #eee; }
#right { margin-top:50px; float:right; width:450px; background:#fff; border:5px solid #eee; }

.padding20 { padding:20px; }

#footer { margin:20px 0; clear:both; text-align:center; font-size:11px; color:#888; }

.note { border:2px solid #feea7a; background:#fffdda; }
.note p { padding:10px 20px; font-size:12px; color:#333; }

a:link {
	color: #22477C;
}
a:visited {
	color: #22477C;
}
a:active {
	color: #22477C;
}

