* {
    padding: 0;
    margin: 0;
    font-family: Helvetica, Verdana, Arial, sans-serif;;
}
div {

}

#site_wrapper {
    width: 600px;
    height: 440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 0px;
    padding-left: 200px;
}

#title_nw {
    width: 211px;
    height: 175px;
    float: left;
}

#title_ne {
    width: 345px;
    height: 175px;
    float: left;
    background-image: url(../images/title_ne.jpg);
    background-repeat: no-repeat;
}

#title_sw {
    width: 171px;
    height: 381px;
    float: left;
    background-image: url(../images/title_sw.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

#title_se {
    width: 377px;
    height:381px;
    float: left;
    background-image: url(../images/title_se.jpg);
    background-repeat: no-repeat;
}

#enter_link {
    display: block;
    margin-top: 230px;
    margin-left: 20px;
    color: #aaa;
    font-weight: bold;
    text-decoration: none;
}

#enter_link:hover {
    text-decoration: underline;
}

#text_box {
    position: absolute;
    top: 250px;
    left: 0px;
    clear: both;
}

.copy, .copy_first {
    width: 800px;
}
#logo {
    margin-top: 100px;
}
#adr_box {
    position: absolute;
    height: 30px;
    bottom: 0;
    left: 150px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}