body{
 background: #FFFFFF url(./img/blade.jpg) no-repeat fixed center center;
 font-family: Serif;
}

a{
 color: #666666;
 text-decoration:none;
}
a:hover, a:visited:hover{
 text-decoration:underline;
}

.mail{
 position: absolute;
 bottom: 10px;
 right: 10px;
}

.domains{
 position: absolute;
 left: 50%;
 top: 50%;
 margin-top: -35px;
 margin-left: -275px;
 font-variant: small-caps;
}

.interDomain{
 padding-left: 12px;
}

.rootdomain{
 position: absolute;
 left: 50%;
 top: 50%;
 margin-top: 30px;
 margin-left: -170px;
 font-variant: small-caps;
}

.disclaimer{
 color: #666666;
 position: absolute;
 bottom: 5px;
 left: 5px;
 text-align: justify;
 font-size: 80%;
 font-style: italic;
}

