@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}


html, body {
	font: normal normal 11px Arial;
	text-align: center;
	margin-top: 0px;
	padding:0;
	font-family:verdana;
	background-color:#000000;
	background-image:url(../images/nov/bg_site.jpg);
	background-repeat:no-repeat;

}

a:link {text-decoration: none;}
a:hover {text-decoration: none; color: #3c8f98;}
a { text-decoration: none; color: #ffffff;}

.container {
	width:968px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	position:relative;
	margin-top:120px;
}
.header {
	background-image:url(../images/nov/sblog_logo.png);
	background-repeat:no-repeat;
	width:190px;
	height:126px;
	margin-left:15px;
	float:left;
}

.season_editable4 {
	background-image:url(../images/nov/sea_04.png);
	width:50px;
	height:69px;
	margin-top:5px;
	margin-right:20px;
	float:right;
	}
.design_word {
	background-image:url(../images/nov/designer_word.png);
	width:280px;
	height:54px;
	position:absolute;
	top:95px;
	right:12px;
	}

.content_bor{
	background-image:url(../images/nov/content_bg.png);
	background-repeat:no-repeat;
	position:absolute;
	width:941px;
	height:318px;
	top:155px; 
	left:15px;
}
.content_outer{position:relative;}
.content_inner{
	height:300px;
	width:915px;
	padding:10px;
	z-index:1;
}
.content_menu{
	background-image:url(../images/nov/menu_bg.png);
	background-repeat:no-repeat;
	position:absolute;
	width:915px;
	height:25px;
	top: 274px;
	left: 13px;
	z-index:999;
	}
.content_menu_text{
	text-align:right;
	color:#FFF;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	padding-top:5px;
	padding-right:10px;
	}

.footer_line{
	background-image:url(../images/nov/footer_line.png);
	background-repeat:no-repeat;
	width:935px;
	position:absolute;
	top:490px;
	left:15px;
	height: 1px;
}
.copyright_warning{
	background-image:url(../images/nov/copyright.png);
	background-repeat:no-repeat;
	width:271px;
	height:17px;
	position:absolute;
	top:500px;
	left:15px;
	}
