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

body {
background: #ccc;
margin: 0;
overflow: hidden;
}

#header {
background: #000 url(http://www.zoic.it/Refresh/images/Zoic01a.jpg) top right no-repeat;
width: 100%;
height: 500px;
top: 0;
}

#logo {
position: fixed;
top: 10px;
left: 20px;
}

#wrapper {
top: 500px;
width: 100%;
padding-left: 20px;
}

#wrapper h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 70px;
line-height: 40px;
color: #aaa;
}

#wrapper p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0d4351;
}

#wrapper a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #0d4351;
text-decoration: none;
line-height: 40px;
}

#wrapper a:hover {
color: #0e6379;
}