body {
	background-color:#7ea7d3;
	background-image:url(design/back.jpg);
	background-repeat:repeat-x;
	}

#top {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:765px;
	font-size:1px;
	letter-spacing:0px;
	}

#view {
	position:absolute;
	width:765px;
	top:220px;
	left:0px;
	overflow:auto;
	}
	
	#view2 {
		width:765px;
		overflow:auto;
		}
		
		#main-m {
			width:615px;
			float:left;
			}
			
			#main {
				padding:10px 35px 10px 35px;
				}
		
		#news-m {
			width:150px;
			float:right;
			}
		
			#news {
				border:1px solid #6092C8;
				padding:10px;
				background-color:#8BAFD8;
				height:250px;
				}
			
	#footer-m	{
		position:relative;
		left:10px;
		width:755px;
		margin-top:10px;
		margin-bottom:10px;
		}
		
		#footer {
			border:1px solid #6092C8;
			padding:0px 10px 0px 10px;
			background-color:#8BAFD8;
			text-align:right;
			height:16px;
			}
