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

body {
	margin: 0;
	padding: 0;
	background: #3567a6 url(marGradient.png) repeat-x 0 0;
/*	background: transparent url('marCenter.png') no-repeat bottom left;	*/
}

div.box { 
	margin: 0;
/*  background: #628BB7; */
}
div.boxtop {
	margin: 0;
	height: 100px;
	background: transparent url(marTop_2.png) no-repeat center 0;
/*	background: url(ne.gif) no-repeat top right; */
}
div.boxtop div { 
	margin: 0;
	font-size: 0;
	height: 100px; 
/*  background: url(nw.gif) no-repeat top left; */
}
div.boxbottom { 
	margin: 0;
	height: 100px;	
	background: transparent url(marBottom_2.png) no-repeat center 0;
/*	background: url(se.gif) no-repeat bottom right; */
}
div.boxbottom div { 
	margin: 0;
	font-size: 0;
	height: 100px; 
/*  background: url(sw.gif) no-repeat bottom left; */
}
div.boxcontent {
	margin: 0;	
/*  padding: 0px 10px 0px 10px;*/
}

