@charset "UTF-8";
/* CSS Document */
*{padding: 0; margin: 0; overflow:hidden;}

body{background:#000; margin:0 auto; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; color:#fff;}
a{text-decoration:none; color:#999;}
a:visited{color:#666;}
a:hover{color:#fff;}
img{border:none;}
iframe{overflow-x:hidden;}

#container{width:799px; height:400px; margin:-200px 0 0 -400px; padding:0; position:fixed; top:50%; left:50%;}

#nav{width:180px; height:239px; float:left; background:url(../images/biglogo.jpg) no-repeat center #FFF; padding:160px 0 0 219px; font-weight:bold; color:#000;}
#about{width:170px; height:15px; overflow:hidden; display:block; float:left; text-align:right;}
#portfolio{width:170px; height:15px; overflow:hidden; display:block; float:left; text-align:right;}
.menuitem a{border-right:3px solid #000; margin-right:2px; padding-right:2px; font-weight:normal; color:#000; font-size:12px;}
.menuitem a:visited{border-right:3px solid #666; color:#666;}
.menuitem a:hover{border-right:3px solid #999; color:#999; background-color:#FFF;}

#content{width:400px; height:400px; float:right; margin:0; padding:0;}

#content .thickbox{width:79px; height:79px; border-bottom:1px solid #000; border-left:1px solid #000; padding:0; background:no-repeat center #FFF; display:inline-block; float:left;}

.space{width:80px; height:80px; float:left; padding:0; text-align:center; font-size:10px; display:inline-block;}
.space a{margin:auto; position:relative; top:30%;}

#footer{width:80px; height:80px; background:url(../images/copyright.jpg); float:left; padding:0;display:inline-block;}


/* object stuff here */
/* hides the second object from all versions of IE */
* html object.mov {display: none;}
/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {display: inline;}
/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {display/**/: none;}