﻿@import url('reset.css');
@import url('global.css');

html, body {
	font-family: '宋体';
	font-size: 13px;
	background: #273900;
	background: url("../images/bg_html.jpg") fixed top center repeat;
}

.sw_main {
	min-width: 960px;
	margin: 0 auto;
}

.sw_container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/**
 * top style
 */
.sw_top1 {
	height: 60px;
	box-shadow: 0px 1px 3px 0px #000000;
	background: #000000;
	filter:alpha(opacity=40); 
	-moz-opacity:0.4; 
	-khtml-opacity: 0.4; 
	opacity: 0.4;
}


.sw_top {
	height: 120px;
}