#container {
	color: #515151;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	width: 700px;
	background-color: #ffffff;
}
#header {
	text-align: right;
}
#body {
    clear: both;
    padding-top: 6px;
}
#footer {
    font-size: 11px;
    height: 55px;
    padding: 6px 0 3px 0;
}
#webcast {
    position:relative;
    padding: 5px;
    width: 450px;
    margin-top: 40px;
    text-align:center;
    border: #999999 solid 1px;
}
.textbox {
    font-size: 12px;
    background-color: #ffffff;
    padding: 6px 12px 6px 12px;
    margin: 16px 0 16px 0;
    border: #cccccc solid 1px;
    position: relative;
}
.features {
    clear: both;
}
.features ul {
    padding-left: 16px;
}
.box {
    font-size: 12px;
    width: 220px;
    float: left;
}
.middle {
    padding-left: 20px;
    padding-right: 20px;
}
.box h1 {
    text-align: center;
    padding: 4px;
    background: url('img/box_h1.png') no-repeat;
}
#border_grey_top {
    border-bottom: #919191 solid 3px;
    padding: 6px;
    margin: 0;
}
#border_grey_bottom {
    border-top: #919191 solid 3px;
    padding: 6px 0 12px 0;
    text-align: right;
}
.head {
    position:absolute;
    left:-1px;
    top:-1px;
    height:17px;
    width:700px;
    background: url('img/textbox_head.png');
}
.foot {
    position:absolute;
    left:-1px;
    bottom:-1px;
    height:17px;
    width:700px;
    background: url('img/textbox_foot.png');
}