
#container{
    background: url();
    }
    
#content {
    background: url();
 
    }
    
h2.tech {
	margin: 20px auto;
}

p.links {
	width: 80%;
	margin: 25px 10%;
	text-align: center;
	line-height: 20px !important;
}

p.infoText {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	margin: 5px auto;
}

.technical-info {
    width: 100%;
}
.technical-info td {
    padding: 5px;
    border-bottom: 1px solid #c6c6c6;
}
.technical-info .title td {
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    border-bottom: 2px solid #ea3d2f;
}
.technical-info .item td {
    text-align: center;
}
.technical-info .item .type {
    text-align: left;
    font-weight: bold;
}
.technical-info .spacer td {
    font-size: 1px;
    height: 8px;
    padding: 0;
    border-bottom: 1px dotted red;
}