@charset "UTF-8";
/* CSS Document */

* {
margin : 0;
padding : 0;
}
html {
height : 100%;
background : #000000 url(../images/bg_r.jpg) repeat-x 707px 100%;
}
body {
height : 100%;
font : 12px Arial, Helvetica, sans-serif;
background : url(../images/bg_l.jpg) no-repeat left bottom;
}
h1 {
width : 260px;
height : 240px;
z-index : 800;
margin-top : 10px;
display : block;
}
#content {
position : absolute;
width : 780px;
top : 50%;
left : 50%;
margin-top : -230px;
margin-left : -390px;
}
#address {
width : 260px;
height : 410px;
float : left;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight : normal;
font-size : 12px;
color : #f0f0f0;
}
#temptxt {
width : 380px;
height : 460px;
margin-left : 390px;
}
#shadow_left {
position : absolute;
width : 240px;
height : 218px;
float : left;
background-image : url(../images/shadow-left.png);
background-position : left top;
z-index : 500;
}
#shadow_right {
width : 240px;
height : 218px;
float : right;
background-image : url(../images/shadow-right.png);
background-position : right top;
background-repeat : no-repeat;
z-index : 500;
}
.style2 {
font-size : 14px;
}
p.c1 {
text-align : left;
}

