html,body {
    width:100%;
    height:100%;
	background:#000;
	text-align:center;
	margin-top:50px;
	font-family:"Century Gothic",Helvetica,"Lucida Grande",Arial,sans-serif;
}
#mainNav{
    width:340px;
    height:395px;    
    float:left;
}
#mainNav a{
    width:130px;
    height:20px;
    float:left;
    background:transparent;
}
a#ourWork{
    margin:280px 0 0 208px;
}
a#contact{
    margin-left:208px;
}
#bottomNav{
    width:970px;
    margin:6px auto 0px auto;
    text-align:right;
    color:#666;
}
#bottomNav a{
    font-size:11px;
    color:#999;
    text-decoration:none;
}
#bottomNav a:hover{
    color:#fff;
}
#bottomNav a#tmLogo{
    height:20px;
    float:left;
    background:url('/common/img/tmLogo-off.gif') no-repeat top left;
    padding-left:18px;
    padding-top:6px;
    font-size:10px;
    color:#444;
}
#bottomNav a#tmLogo:hover{
    background:url('/common/img/tmLogo.gif') no-repeat top left;
    color:#fff;
}
