html{
height: 100%;
width:100%;
}
body{
margin-top:0px;
margin-left: auto;
margin-right: auto;
margin:auto;
height: 100%;
width:100%;
background: url(layimg/v2bgframe.png) repeat-y center top;
background-color:#000;
font-family:verdana, tahoma, helvetica, "sans serif";
}
*{
padding: 0; margin: 0;
}
div#header{
height:148px;
width:750px;
}
div#menu{
background: url(layimg/v2navbarbg.png) repeat-x;
height:30px;
width:750px;
margin-top:1px;
}
div#menu p {
color:#F47920;
font-size: 15px;
text-indent:0em;
text-align:center;
}
div#menu p a{
color:#000;
font-weight:bold;
font-size: 11px;
margin-left: 1em;
margin-right: 1em;
}
div#container{
width: 750px;
margin-left: auto;
margin-right: auto;
}
div#text{
background-color:inherit;
width:235px;
min-height:470px;
margin:10px;
margin-right:5px;
float:left;
color:#e3e3e3;
font-size:12px;
text-align:justify;
text-indent:0px;
}
div#images{
background-color:inherit;
width:485px;
min-height:470px;
margin:10px;
margin-left:5px;
float:right;
color:#e3e3e3;
}
p#copy{
color:#6ab543;
background-color:inherit;
text-align:right;
text-indent:0px;
font-size:10px;
padding-left:10px;
padding-right:10px;
margin-bottom:10px;
clear:both;
}
br{
clear:both;
}
img{border:none;
}
