body {
	padding:0px;
	margin:0px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:11px;
	background:#fff;
}
div#footer{
	background: rgb(66, 139, 202) url(../images/line-header.jpg) repeat-x top center;
	position:fixed;
	bottom:0;
	height:30px;
	/*border-top:1px solid #ccc;*/
	width:100%;
	line-heigth:30px;
	text-align:center;
	padding:5px 5px;
	color: rgb(255, 255, 255);
}
div#container{
	padding:10px 10px;
	height:100%;
	margin-top:100px;
	width:100%;
	position:absolute;
}
div#topdiv {	
	position:fixed;
	padding:5px 20px;
	top:0px;
	left:0px;
	width:100%;
	color:#fff;
	background:#3b5998 url(../images/line-header.jpg) repeat-x top center;			
	height:50px;
	line-height:25px;
	font-weight:bold;
	font-size:14px;
	/*border-bottom:1px solid #999999;*/
	z-index:100;
}