﻿@charset "utf-8";
iframe {width:0px;height:0px;display:none;}
* {
padding:0px;
margin:0px;
}
body {
width:100%;
height:1000px;
text-align:center;
}
#container {
width:1200px;
height:1000px;
position:relative;
margin:0 auto;
}
#container #top {
width:1200px;
height:300px;
position:absolute;
top:0px;
left:0px;
background-image:url("../image/contacttopbj.gif");
}
#container #main {
width:1200px;
height:700px;
position:absolute;
top:301px;
left:0px;
background-color:#EEE;
}
#container #main ##mainbox {
width:1198px;
height:700px;
float:left;
position:relative;
}

#container #main #mainbox #addresslabel {
width:100px;
height:30px;
position:absolute;
top:50px;
left:0px;
text-align:left;
line-height:30px;
font-size:14px;
font-weight:bold;
}
#container #main #mainbox #address {
weight:1096px;
height:60px;
position:absolute;
top:50px;
left:100px;
text-align:left;
line-height:30px;
font-size:14px;
}
#container #main #mainbox #telephonelabel {
width:100px;
height:30px;
position:absolute;
top:110px;
left:0px;
text-align:left;
line-height:30px;
font-size:14px;
font-weight:bold;
}
#container #main #mainbox #telephone {
weight:1096px;
height:60px;
position:absolute;
top:110px;
left:100px;
text-align:left;
line-height:30px;
font-size:14px;
}
#container #main #mainbox #emaillabel {
width:100px;
height:40px;
position:absolute;
top:170px;
left:0px;
text-align:left;
line-height:40px;
font-size:14px;
font-weight:bold;
}
#container #main #mainbox #email {
width:1096px;
height:60px;
position:absolute;
top:170px;
left:100px;
text-align:left;
line-height:40px;
font-size:14px;
}

#container #bottom {
width:1200px;
height:80px;
position:absolute;
top:1000px;
left:0px;
background-color:#CCC;
text-align:center;
line-height:80px;
font-size:18px;
font-weight:bold;
}
