﻿html {margin: 0;padding: 0;}
body { background: url(images/bg.jpg) fixed center top no-repeat #010101; font-family: arial; font-size:14px; color:#444; margin: 0;padding: 0; }
a {color: #e47100; font-weight:bold; text-decoration:none; }
a:hover {text-decoration:underline}
img {border-width: 0px;}
h1 {color: #888; font-size:18px; font-weight:normal}

#header { height: 65px;}
#logo { padding: 10px 0 10px 55px;}

#main {width: 1065px; margin: 0 auto; background: white;}
#text { display:block; width: 450px; padding: 60px 0 0 60px}

#menu {background: url(images/menu_x.jpg) repeat-x; height: 34px; width: 1065px; margin: 0 auto;}
#about{float:right; display:block; width:97px; height:34px; background: url("images/menu_about.jpg") no-repeat 0 0;}
#about:hover{ background-position: 0 -34px;}
#services{float:right; display:block; width:113px; height:34px; background: url("images/menu_services.jpg") no-repeat 0 0;}
#services:hover{ background-position: 0 -34px;}
#news{float:right; display:block; width:174px; height:34px; background: url("images/menu_news.jpg") no-repeat 0 0;}
#news:hover{ background-position: 0 -34px;}
#contact{float:right; display:block; width:112px; height:34px; background: url("images/menu_contact.jpg") no-repeat 0 0; margin-right:40px}
#contact:hover{ background-position: 0 -34px;}

#footer {background: url("images/footer.jpg") no-repeat; height: 50px; color:#888; margin-bottom:10px;}
#footer p {padding:15px 0 0 60px;}
#trident {padding: 10px 0 10px 0; text-align:center}

