@charset "utf-8";
@import url("netop-nu.css");
body {
	background-color: #E4EEEF;
	background-image: url(../images/tile_body.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}
#bgcontainer {
	background-image: url(../images/bg_container1.gif);
	width: 971px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	background-image: url(../images/bg_container2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 971px;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
}


#left {
	float: left;
	width: 175px;
	margin-left: 30px;
}
#bottom {
	clear: both;
	background-image: url(../images/bottom2.gif);
	height: 22px;
	padding-left: 10px;
	padding-top: 25px;
}
#bottom a {
	color: #333;
}

#content {
	float: left;
	width: 555px;
	margin-left: 20px;
}
#right {
	float: right;
	width: 150px;
	margin-right: 15px;
	height: 300px;
	position: relative;
}


#logo {
	position: absolute;
	left: 32px;
	top: 38px;
}


#top {
	text-align: right;
}

.test {
	float: left;
	width: 400px;
	display: block;
}
#content a{
	font-weight: normal;
	color: #0C4D58;
	line-height: 18px;
}
a:focus {
	outline: none;
}

