body, html {
	margin-lef:auto;
	margin-right:auto;
	height: 100%;
}
body {
	font: .75em Verdana, sans-serif;
	color:#000;
	background:#fff;
}

a {color: #008CD2;}
a:visited {color: #008CD2;}
a:hover {background: #E0F0FF;}

a img {border:none;}

address {
	font-style:normal;
}

fieldset {border:0 solid transparent;}
input, select, textarea {
	font-size: 100%;
	font-family: verdana, sans-serif;
}

//ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,dl,dt,dd,caption {margin:0; padding:0;}
//ul,ol {list-style: none;}
pre,code {font-size: 1em;}

#header {
	width:100%;
}

.logo {
	background:url('/static/images/logo.gif');
	width:200px;
	height:100px;
}

#main {
	margin-right:auto;
        margin-left:auto;

}

#footer {
	width:100%;
	text-align:center; 
	width:600px;
        height:100px; 
	font-size:12px;
//	margin-right:auto;
//	margin-left:auto;
}
