/* CSS Document */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	margin:0px;
	background:#d5cbaf;
	background-image : url(bg.gif); 
	background-repeat : repeat;
}
#container {
	width:100%;
	height:610px;
	margin:0px; 
	background-image : url(bg1.gif); 
	background-repeat : repeat-x;
}
#mainbody {
   width:1000px;
   height:610px;
   margin:0px;
   background-image : url(main_bg.gif); 
   background-repeat : repeat-x;
}
#desktop {
	width:250px;
	height:70px;
	margin:0;
	float:left;
}
#copyright {
	width:750px;
	height:70px;
	margin:0;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:14px;
	text-align: center;
	color: #FFFFFF;
	PADDING-top: 10px;
}

