body {
background : #251808;
padding : 50px 50px 0 50px;
margin : 0;
}
.wrapper {
width : 797px;
height : 646px;
position : relative;
background : url("images/hand.jpg") bottom left no-repeat;
}
.card {
background : url("images/card.jpg") top right no-repeat;
width : 579px;
height : 224px;
float : right;
}
.card .inner {
height : 224px;
padding : 55px 0 0 220px;
font-family : "Arial","Helvetica",sans-serif;
color : #DFCBB5;
background : url("images/computer.gif") 395px 5px no-repeat;
}
.card * {
padding : 0;
margin : 0;
}
.card h1 {
font-size : 18px;
color : #DFB07D;
}
.card h2 {
font-size : 14px;
margin-bottom : 10px;
}
.card p {
font-size : 13px;
padding : 0 0 0 0px;
font-weight : bold;
}
.card a {
color : #DFCBB5;
text-decoration : none;
}
.card a:hover {
text-decoration : underline;
}
.ouch {
font-family : "Arial","Helvetica",sans-serif;
color : #7F582F;
width : 350px;
text-align : center;
font-style : italic;
margin-top : 0;
}