body {
    margin:0px;
    padding: 0px;
    color: #000;
    background: #0C3A6D repeat-x;
	/* background-image:url(../images/iss.jpg); */
    word-spacing: normal;
    text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#container {
width:960px;
margin-right:auto;
margin-left:auto;
}

#header {
	width:960px;
	height:155px;
}

#middle_up {
	height:120px;
	background-color:#FFF;
}
#middle {
	width:960px;
	height:auto;
}

#footer {
	background-color:#FFF;
	width:960px;
	height:auto;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}


