div#home {
    position: relative;
    height: 660px;
}

div#home_bottom_box {
    position: absolute;
    left: 331px;
    top: 421px;
    width: 359px;
    height: 240px;
}

div#home_top,
div#home_left,
div#home_bottom,
div#home_right,
div#home_top_header,
div#home_left_header,
div#home_right_header,
div#home_bottom_header {
    position: absolute;
    width: 266px;
    height: 24px;
}

div#home_top_header {
    left: 272px;
    top: 0px;
}
div#home_left_header {
    left: 36px;
    top: 120px;
}
div#home_right_header {
    left: 628px;
    top: 150px;
}
div#home_bottom_header {
    left: 332px;
    top: 330px;
}

div#home_top {
    left: 432px;
    top: 98px;
    width: 188px;
    height: 172px;
}

div#home_left {
    left: 136px;
    top: 188px;
    width: 246px;
    height: 172px;
}

div#home_bottom {
    left: 402px;
    top: 458px;
    width: 218px;
    height: 172px;
}

div#home_right {
    left: 698px;
    top: 248px;
    width: 246px;
    height: 172px;
}

a.home:link {
    color: #F1F1F1;
    text-decoration: none;
}
a.home:visited {
    color: #F1F1F1;
    text-decoration: none;
}
a.home:hover {
    color: #F1F1F1;
    text-decoration: underline;
}
a.home:active {
    color: #F1F1F1;
    text-decoration: underline;
}
