* {
margin:0;
padding:0;
}

html {
height:100%;
}

body {
height:100%;
background:#999;
text-align:center;
font-size:12px;
line-height:140%;
color:#333;
}

a:link {color:#03c;text-decoration:none;}
a:visited {color:#03c;text-decoration:none;}
a:active {color:#03c;text-decoration:none;}
a:hover {color:#c60;text-decoration:underline;}

.clear {
clear:both;
}

* html #container {
height:100%;
}

#container {
width:770px;
margin:0 auto;
text-align:left;
background:url(../img/bg.gif) repeat-y top left;
position:relative;
min-height: 100%;
}

body > #container {
height:auto;
}

#container-space {
padding:0 10px;
}

#contents {
padding:20px 30px;
}

#footer {
position:absolute;
bottom:0;
width:750px;
clear:both;
margin:0 0 0 0;
padding:4px 0;
background:#000;
font-size:10px;
line-height:140%;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
}

p {
padding:0 0 12px 0;
font-size:12px;
line-height:140%;
}

h1 {
padding:0 0 35px 0;
font-size:14px;
}

h1.rental {
padding:0 0 12px 0;
font-size:14px;
}

h2 {
padding:10px 0 10px 0;
font-size:12px;
line-height:140%;
}

select {
font-size:12px;
line-height:140%;
}

