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

html { height:100%; }

body { height:100%;
background-color:#111133;
}

body > #wrap { height:auto;}

#wrap {
	margin:0 auto ;
	background-color:#ffffff;
	width:780px;
	min-height:100%;
	height:100%;
}



#main {
	width:660px;
	height:auto;
	margin:0px 60px 0px 60px;
	text-align:left;
	height:100%;
}

p.nost_img {
	font-size:12px;
	line-height:1.7em;
	margin:30px 0 0 0;
}

div#contact {
	text-align:right;
	margin:30px 0 30px 0 ;
}

div#contact p.contact_txt {
	font-size:12px;
	font-weight:bold;
}


p.close {
	padding:0 15px 10px 0;
	margin:0;
}


