/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0px solid #eee;
	list-style:none;
}
html,body,{
	width:100%;
	height:100%;

}
body {
  background-color:#000000; color:#FFFFFF;
  font:normal normal normal 100%/2.143em "Lucida Sans Unicode",sans-serif; 
  text-align:center;
}

div#header{
  width:100%;height:100px;
}

#leftborder {width:20%;float:left;}
#middlepart {width:60%;}
#rightborder{width:20%;float:right;}


/*div#top{width:100%;height:50px}     */
div#center{height:40%;margin-top:40px;}
/*div#bottom{width:100%;height:30%;}     */