body {
background-color: #202020;
}
#browserframe {
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
background-color: #000000;
background-image: url("background.png");
background-attachment: absolute;
background-position: top left;
background-repeat: no-repeat;
}
#root {
margin:0 auto;
margin-top: 50px;
max-width: 950px;
min-width: 600px;
background-color: #111111;
-webkit-box-shadow: 0px 5px 20px #000000;
-moz-box-shadow: 0px 5px 20px #000000;
opacity: 0.9;
}
#header {
height: 65px;
width: auto;
background-color: #121212;
background-image: url("header.png");
background-attachment: absolute;
background-position: bottom left;
background-repeat: repeat;
border-bottom: 2px solid #3f3f3f;
}
#menu {
height: 65px;
width: auto;
float: right;
}
#menutop {
height: 37px;
width: auto;
}
.menuitemH {
height: 23px;
width: auto;
float: left;
padding-top: 3px;
padding-left: 13px;
padding-right: 13px;
background-color: #111111;
border: 2px solid #3f3f3f;
border-bottom: 2px solid #111111;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
}
.menuitemN {
height: 23px;
width: auto;
float: left;
padding-top: 5px;
padding-left: 13px;
padding-right: 13px;
background-color: #202020;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
}
.menuspace {
height: 20px;
width: 5px;
float: left;
}
#content {
height: 550px;
overflow: auto;
padding: 20px;
}
#contenttext {
float: left;
width: 50%;
padding-right: 5px;
}
#contentpics {
float: right;
padding-left: 5px;
}
#footer {
height: 25px;
width: auto;
background-color: #000000;
opacity:0.4;
padding-left: 6px;
}
#contact{
height: 25px;
width: auto;
padding-right: 6px;
padding-top: 5px;
float: left;
}
#siteopt{
height: 25px;
width: auto;
padding-right: 6px;
padding-top: 5px;
float: right;
}
span {
font-family: helvetica;
color: #ffffff;
font-size: 11pt;
}
.footertext
{
font-family: helvetica;
color: #ffffff;
font-size: 8pt;
}
a:link {
color: #c8c8c8;
text-decoration: underline;
}
a:visited {
color: #919191;
text-decoration: underline;
}
a:hover {
color: #ffffff;
text-decoration: underline;
}