@charset "utf-8";
/* CSS Document */

*, html { margin:0; padding:0; height:100%; }

body {
	background:#d8dcc8 url(../images/body_bg.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	height:100%;
}

#container {
	height:100%;
	width:100%;
	background:url(../images/container_bg.png) repeat-x bottom;
}

img, .logo, .content, p, .box, .box_top, .box_middle{ height:auto; }

p { padding:20px 0;}

a { text-decoration:none; color:#333333;}
a:hover { text-decoration:underline;}

hr { background:url(../images/hr.png) center no-repeat; border:none; height:1px; width:100%; }

.logo { margin:30px auto; width:290px;}
.content { text-align:center; }
.box { width:538px; margin:0 auto; }
.box_top {width:100%; text-align:center; background:url(../images/box-top.png) no-repeat; padding:14px 0;}
.box_middle { width:100%; background:url(../images/box-middle.png) repeat-y; }
.box_bottom { width:100%; background:url(../images/box-bottom.png) no-repeat; height:11px; }