body {
 background: url("/images/bg.gif") #181818;
 background-repeat: repeat-x;
 overflow: hidden;
 font-size: 14px;
 font-family: times;
 color: #d9d9d9;
 text-decoration: none;
 }
 
#wrapper {
 width: 959px;
 height: 610px;
 background: #000000;
 text-align: center;
 margin-top: 7%;
 margin-bottom: 4%;
 margin-left: auto;
 margin-right: auto;
 border-right: 1px solid #000000; 
 }
 
a:link, a:visited {
	color: #cccccc;
	white-space: nowrap;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

 
#header {
 background: url("/images/index_01.gif");
 width: 959px;
 height: 42px;
 }
 
#contentbox {
  width: 959px;
  height: 610px;
  border: 1px;
}


#leftcorner {
 background: url("/images/index_02.gif");
 width: 127px;
 height: 488px;
 float: left;
 }

 #rightcorner {
 background: url("/images/index_04.gif");
 width: 128px;
 height: 488px;
 float: right;
 }

#content {
 background: url("/images/index_03.gif");
 width: 704px;
 height: 488px;
 float: left;
 
}

#menu {
 background: url("/images/index_06.gif");
 width: 959px;
 height: 45px;
 clear: both;
}

#menu2 {
 background: url("/images/index_07.gif");
 width: 959px;
 height: 35px;
 clear: both;
}

#box {
 width: 704px;
 height: 30;
 background: #3f5562;
}

#box2 {
 width: 704px;
 height: 100;
 background: #4d4d4d;
}

#phone {
 color: #dddddd;
 font-size: 12px;
 float: right;
 margin-top: 2.5%;
}
 
#footer {
 width: 959px;
 text-align: center;
 font-size: 10px;
 }