body { 
    background: #000 url('background.jpg') 50% 0; 
    font: normal normal 400 20/30px Helvetica, sans-serif;
    color: #402E0D;
    text-shadow: #000 1px 1px 2px;
}

.content {
    width: 500px;
    position: absolute;
	margin: 5px auto auto 5%;
}

.content a {
    text-decoration: none;
    border-bottom: 1px solid #D5992E;
    color: #CA6E2C;
}

.attribute {
    bottom: 5px;
	right: 10px;
    position: absolute;
	color: #fff;
	font-size: 10px;
}

p.boldish {
     color: #EA642B;
     font-size: 30px;
}