body {
    margin: 0;
    padding: 0;
    background-color: #ededed;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.tl {background: url(image/tl.gif) 0 0 no-repeat;}
.tr {background: url(image/tr.gif) 100% 0 no-repeat;}
.bl {background: url(image/bl.gif) 0 100% no-repeat #ffffff;}
.br {background: url(image/br.gif) 100% 100% no-repeat;}
.clear {font-size: 1px; height: 1px;}

#wrapper {
    width: 25cm;
    background-color: #ffffff;
    color: black;
    margin: 20px 20px 20px 20px;
}

#content {
	height: 550px;
	background-image: url(image/main-bk.jpg);
	background-repeat: no-repeat;
	background-position: 340px 50px;
}

#content .logo {
    padding: 110px 0 0 30px;
}

#content .menu {
	padding: 50px 0 0 150px;
}

#copyright {
    font-family: Helvetica, Arial, sans-serif;
    color: #979797;
    font-size: 0.6em;
    margin: 1px 0 0 30px;
}
