/* CSS Document */


.bg_header {
background-image: url("../../images/event/img_event_box_header.png");
background-repeat: no-repeat;
	height: 50px;
}

.event_box {
background-image: url(../../images/event/img_event00_bg.png);
background-repeat: repeat-y;
width: 800px;
}

.bg_footer {
background-image: url(../../images/event/img_event_box_footer.png);
background-repeat: no-repeat;
	height: 50px;
}

.bg_body {
height: auto;
width: 800px;
background-image: url(../../images/event/img_event_box_body.png);
background-repeat: repeat-y;
}

body {
background-image: url(../../images/common/bg.jpg);
background-repeat: repeat;
}

.bd_white {
border: 5px solid #FFFFFF;
box-shadow: 3px 3px 3px 3px #acacac;
-webkit-box-shadow: 3px 3px 3px 3px #acacac;
}
