/* CSS Document */

#container{
position: relative;
margin: 0 auto;
width: 740px;
height: 800px
}

#buttons{
position: absolute;
left: 240px;
top: 40px;
width: 501px;
height: 38px;
}

#header{
position: absolute;
left: 0px;
top: 0px;
width: 740px;
height: 90px
}

#content{
position: absolute;
left: 0px;
top: 95px;
width: 740px;
height: 215px;
}

#training{
position: absolute;
left: 0px;
top: 315px;
width: 740px;
height: 467px;
}

#sample{
position: absolute;
left: 0px;
top: 95px;
width: 740px;
height: 650px;
}
