html,body,img,p {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%;

}
body {
    background: url(/images/bg.gif) repeat-x #feeae7;
    font-family: verdana, arial;
    font-size: 13px;   
    color: #fff;
    text-align: center; 
}
img {
    border: none;
}
a {
    text-decoration: none;
    color: #fff;
}
a:hover {
    text-decoration: underline;
    color: #fff;
}
div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clear {
    overflow: hidden;
    height: 1px;
    clear: both;
}
div.content {
    height: 100%;
    width: 729px;
    background: url(/images/contbg.gif) repeat-y;
    margin-left: auto;
    margin-right: auto;
}
.joon {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 729px;
    background: url(/images/contbg.gif) repeat-y;
}
.sisu, .footer {
    padding: 20px 30px 20px 30px;
    text-align: left;
    background: url(/images/contbg.gif) repeat-y;
}
.footer {
    color: #000;
    font-size: 9px;
}
.footer a {
    text-decoration: none;
    color: #000;
}
.footer a:hover {
    text-decoration: underline;
    color: #000;    
}
.menu {
    margin-top: 25px;
    position: relative;
    bottom: -20px;
}
.left, .right { width: 324px; float: left; }
.right { float: right; }
.slogan {
    background: url(../images/slogan.png) no-repeat 100% 50%;
    float: right;
    height: 34px;
    margin: 18px 0 0 0;
    text-indent: -10000px;
    width: 245px;
}
h1 {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}
/* Header */
.header { height: auto; overflow: hidden; zoom: 1;}
.header .left { width: auto; padding: 0; }