html {
padding:0px;
margin:0px;
}

body {
background-color:#e3e3e3;
background-image:url('images/h.png');
background-position: 50% 250px;
background-attachment:scroll;
background-repeat: no-repeat;
font-size: 16px;
font-family: arial;
color:#black;
text-align:center;
margin:0px;
padding:0px;
}

#box {
width:910px;
margin: 0px auto;
padding:0px;
text-align:left;
}

#contents {
width:485px;
padding: 5px;
float:left;
text-align:center;
background-color:#e3e3e3;
background-color:transparent;
border-width:thin;
border-style:solid;
border-color:#969696;
}

#head {
background-color:transparent;
text-align:center;
}


#left {
width:180px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
float:left;
text-align:center;
}

#right {
width:180px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
float:right;
text-align:center;
}

#border {
border-right-style:solid;
border-right-color:#969696;
border-right-width:thin;
border-width:thin;
border-style:solid;
border-color:#969696;
}
