html {
   height: 100%;
   margin-bottom: 1px;
   overflow: -moz-scrollbars-vertical;
}

body {
   background-color: #060606;
   text-align: left;
   font-family: Helvetica, Arial;
   color: #CDCDCD;
   font-size: .875em;
}

img {
   border: 0;
}

#wrapper {
   position: relative;
   top: 20;
   width: 1000;
   margin: 0 auto;
}

.center {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.bgimage {
   position: absolute;
   width: 100%;
}

.bgimage img {
   width: 100%;
   height: 100%;
}

#header {
   top: 0;
   height: 143;
}

#box_top {
   position: absolute;
   width: 100%;
   top: 71;
   height: 100;
}

#box_bottom {
   width: 100%;
   height: 144;
}

#title_bar {
   position: absolute;
   left: 100;
   top: 73;
}

#title_bar a {
   float: left;
   background-repeat: no-repeat;
   width: 164;
   height: 38;
}

.invisible {
   display: none;
}

#mouse_blink {
   position: absolute;
   left: 156;
   top: 34;
   width: 19;
   height: 17;
}

#mouse_blink img {
   width: 100%;
   height: 100%;
}

#mouse_blink_cover {
   position: absolute;
   left: 120;
   top: 12;
   width: 100;
   height: 45;
}

#menu {
   position: absolute;
   left: 696;
   top: 80;
   width: 210;
   height: 33;
}

#menu .nav {
   position: absolute;
   width: 100%;
   text-align: center;
   margin: 0;
   padding: 0;
}

#menu .nav ul {
   list-style: none;
   margin: 0;
}

#menu .nav li {
   float: left;
   display: inline;
}

#menu .nav li a {
   float: left;
   background-repeat: no-repeat;
   height: 33;
}

#menu li#nav_optia a {
   width: 70;
}

#menu li#nav_blog a {
   width: 61;
}

#menu li#nav_about a {
   width: 74;
}

#menu li#nav_optia a:hover  {
   background-image: url("../img/menu_optia_mouseover.png");
}

#menu li#nav_blog a:hover {
   background-image: url("../img/menu_blog_mouseover.png");
}

#menu li#nav_about a:hover {
   background-image: url("../img/menu_about_mouseover.png");
}

#menu .optia li#nav_optia a  {
   background-image: url("../img/menu_optia_selected.png");
}

#menu .blog li#nav_blog a {
   background-image: url("../img/menu_blog_selected.png");
}

#menu .about li#nav_about a {
   background-image: url("../img/menu_about_selected.png");
}

#box {
   position: absolute;
   top: 170;
   width: 100%;
}

#content_bg {
   width: 100%;
   background: url("../img/box_middle.png") top left repeat-y;
}

#content {
   margin-left: 130;
   width: 740;
}

.title_pos {
   margin-left: 3;
}

.title {
   font-size: 1.25em;
   color: #FFFFFF;
}

.text {
   margin-left: 20;
   width: 595;
}

.text p {
   margin-top: 0;
   margin-bottom: 10;
   padding: 0;
}

.text a {
   color: #f267fe;
   text-decoration: none;
}

.divider {
   margin-top: 5;
   padding-bottom: 20;
   width: 560;
   height: 4;
   background: url("../img/divider.png") no-repeat;
}
