html, body {margin: 0; padding: 0; height: 100%;}
body {font: 14px/1.7 Verdana, Geneva, Arial, sans-serif;}
#head {width: 100%; height: 200px; background: url(/skins/error/images/gr.jpg) repeat-x;}
#wrap {
position: relative;
width: 100%;
height: 100%;
margin: 0 auto;
background: url(/skins/error/images/gr.jpg) repeat-x;
}
#content {

text-align: center;
position: absolute;
top: 50%;
height: 330px;
margin-top: -150px;
width: 100%;
border: 0px solid black;
}
#content span {
font-weight: bold;
font-size: 24px
}
#title {
border-bottom: 1px solid #636363;
float: right;
width: 60%;
height: 50px;
margin-top: 60px;
text-align: left;
color: #7a0003;
font-size: 32px;
text-transform: uppercase;
}
#text {
float: right;
width: 60%;
text-align: left;
color: #636363;
font-size: 21px;
font-family: Times;
}
#pic {
float: left;
background: url(/skins/error/images/pic.jpg) right no-repeat;
width: 38%;
height: 330px;
}