* { border: 0; margin: 0; padding: 0; }

html { 
    overflow-y: scroll; /* force scrollbars */
}

body {
    color: #666;
    font: 12px/22px Helvetica Neue, Arial, Sans-Serif;
    margin: 10px;
    text-shadow: 1px white;
    text-shadow: white 0px 1px 0px;
    -webkit-text-size-adjust: none;
	background:#ffffff url('images/bg.jpg') no-repeat left top;
}

a {
    color: #444;
    text-decoration: none;
    font-weight: bold;
    margin: 0 1px;
}

a:hover {
    color: #000;
}

#wrap {
    width: 580px;
    margin: 80px auto 100px;
    background: url(images/shadow.png) no-repeat center bottom;
    padding: 0 0 8px 0;
}

#content {
    background: #f3f3f3;
    border-top: 1px solid #fff;
    padding: 15px 30px 25px 30px;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;    
}

#wrap img {
    margin: 0 0 10px 0;
}

p {
    margin: 0 0.1em;
    color: #bbb;
}
