@charset "UTF-8";
/* CSS Document */



body {

width:1072px;
height:768px;
overflow:hidden;

}

.header {

left:15px;
top:15px;
position:absolute;
}

img#bg {
position:fixed;
top:0;
left:0;
width: auto;
height: auto;
}

#content {
position:relative;
z-index:1;
}


.contact {

position:absolute;
left:15px;
top:95px;
z-index:0;


}
