body {
    background: #DDDFE3;     
    font: normal 14px Tahoma;
    letter-spacing: 1px;
    margin: 0;  
    overflow: hidden;
    padding: 0;
}

#container { 
    background: url('../../images/backgrounds/background.gradient.png') bottom left repeat-x;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 18000px             
}  

#content {
    background: url('../../images/backgrounds/background.vintrax.png') bottom left no-repeat; 
    height: 600px;
    margin-left: 30px;
}

h1 {
    margin: 0;
    padding: 0;
    font: normal 40px Trebuchet MS; 
}

h1 span.large {    
    font-size: 55px;
    font-weight: bold;
}

h1 span.big {
    font-size: 45px;
    font-weight: bold;    
}

h2 {
    margin: 0;
    padding: 0;
    font: normal 30px Trebuchet MS; 
}

p {
    line-height: 22px;
    margin: 25px 25px 0px 25px;
}

p i {
    color: #666666;
}

a {
    color: #660000;
    font-weight: bold;
}

img {
    border: 0;
}

ul.buttons {           
    cursor: pointer;
    list-style: none;
    float: right;
    margin: 10px 40px 0px 0px;
    padding: 0;  
}

ul.buttons li {
    float: left;
}

.contact {
    background: url('../../images/backgrounds/background.contact.png') top left no-repeat; 
    cursor: pointer;
    left: 300px;
    position: absolute;   
    height: 180px;
    top: 60px;
    width: 180px;
}

/* Welcome */ 

#welcome {   
    top: 150px;
    left: 620px;
    position: absolute;
    width: 600px;
}

/* Portfolio */

#identity {
    background: url('../../images/backgrounds/background.logo.png') bottom left no-repeat;
    height: 600px;   
    left: 3000px;
    position: absolute;
    width: 3000px;
}

#identity_content { 
    top: 150px;
    left: 620px;
    position: absolute;
    width: 600px;
}

#website {
    background: url('../../images/backgrounds/background.website.png') bottom left no-repeat;
    height: 600px;   
    left: 6000px;
    position: absolute;
    width: 3000px;
}

#website_content { 
    top: 150px;
    left: 620px;
    position: absolute;
    width: 600px;
}

#illustrations {
    background: url('../../images/backgrounds/background.illustrations.png') bottom left no-repeat;
    height: 600px;   
    left: 9000px;
    position: absolute;
    width: 3000px;
}

#illustrations_content {   
    top: 150px;
    left: 620px;
    position: absolute;
    width: 600px;
}

/* Contact */

#contactme {
    background: url('../../images/backgrounds/background.bunny.png') bottom left no-repeat;
    height: 600px;   
    left: 12000px;
    position: absolute;
    width: 3000px;
}

#contactme_content {    
    top: 150px;
    left: 620px;
    position: absolute;
    width: 600px;
}

#contactme_content .contact {
    left: 300px;
    top: 60px;
}

#contactme_content form {
    margin: 0;
    padding: 0;
}

#contactme_content input[type="text"] {
    border: 1px solid #AEAEAE;
    color: #666666;
    font: normal 16px Tahoma;
    padding: 3px 5px;
    width: 200px;   
}

#contactme_content textarea {
    border: 1px solid #AEAEAE;
    color: #666666;
    font: normal 16px Tahoma;
    height: 90px;
    padding: 3px 5px; 
    margin-top: 5px;
    width: 540px;   
}

#contactme_content input:focus, 
#contactme_content textarea:focus {
    border: 1px solid #888888;
}

#contactme_content #errorCheck {
    color: #660000;
    font-weight: bold;
}