body {
background: #fff url(back.jpg) no-repeat 100% 270px;
font-family: Arial, Serif;
color: #707878;
font-size: 130%;
}

#container {
position: relative;
z-index: 6000;
}

/* general stuff */

.hide {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
 
.hide a:focus {
position:static;
width:auto;
height:auto;
} 

img {
border: none;
}

a {
color: #707878;
text-decoration: none;
}

a:visited {
color: #707878;
}

a:hover {
text-decoration: underline;
}

#header {
height: 540px;
}

#header h1, #header h1 em {
margin: 0;
padding: 0;
width:300px; 
height:258px;
}

#header h1 {
position:relative;
overflow:hidden;
left:30px; 
top:30px;
font-size: 1em;
}

#header h1 em {
display:block;
position:absolute; 
left:0; 
top:0; 
z-index:1;
background:url(logo.jpg) top left no-repeat;
}

h2 {
font-size: 175%;
font-weight: normal;
margin: 0 30px;
color: #c8d2d1;
text-shadow: 1px 1px 0px #333;
}

p {
margin: 30px;
line-height: 135%;
}

#work {
float: left;
display: inline;
}

#contacts {
float: left;
display: inline;
}

#under {
float: right;
display: inline;
padding-top: 84px;
}
