html,body {
	margin: 0px; 
	padding: 10px 0px 0px 0px; 
	height:100%;
	font-family: arial; 
	font-size: 12px;
}

#container980 {
	width: 980px;
	text-align: left;
}

#container {
    min-height:100%;
    position:relative;
}

#footer {
    width:100%;
    height:45px;
    background:#000000;
	padding-top: 20px;
	color: #fff;
	font-size: 11px;
}

.box-w {
	width: 300px; 
	height: 295px;
	background-image: url(../img/bg-box-w.png); 
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #000;
}

.box-img {
	width: 300px; 
	height: 295px;
	background-image: url(../img/bg-box-img.png); 
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #000;
}

.box-title {
	font-size: 17px;
	font-weight: bold;
	color: #000;
}

.box-title-color {
	color: #e95c2e;
}

.l-diag {
	text-decoration: none;
	font-size: 10px;
	color: #000;
}

.l-diag:hover {
	text-decoration: underline;
	font-size: 10px;
	color: #000;
}

.underline {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}

h2 {
	margin: 0px;
	color: #e95c2e;
	font-weight: normal;
	font-size: 15px;
}

h3 {
	margin: 0px;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
}

img {
border: 0;
}

/* POP UP */

.diag-title {
font-weight: bold;
font-size: 14px;
}

.diag-div1 {
padding: 7px; 
background-color: #ececec; 
margin-bottom: 30px;
margin-top: 10px;
}

.diag-div2 {
padding: 7px; 
background-color: #ececec;
margin-top: 10px; 
}