*{
	margin: 0;
	padding: 0;
}


a:hover {
	text-decoration: underline;	
}
a {
	color:#666;
	text-decoration: none;	
}



body {
	background: no-repeat 0 0;
	/*background-color: #3d667d;*/
	font: 75% "Trebuchet MS";
	margin:0px;
	color: #ffffff;
}



/*---------------------------------------------------*/

#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	}

.bg {
	background: url(../images/bg2.jpg) no-repeat 0 0;
	filter:alpha(opacity=60);
	overflow:hidden;
	height:623px;
}

.clear {
	clear: both;
}

.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
