* {
margin:0;
padding:0;
}

body
{ 
background:url(../images/background.jpg) repeat-x;
}

#pagewrap {
width:1200px;
margin:0 auto;
background:url(../images/background2.jpg) repeat-y;
}

#header {
width:1200px;
height:222px;
}

#content {
width:980px;
height:700px;
margin:0 auto;
}

#contentleft{
position:relative;
float:left;
width:245px;
height:700px;
}

#contentright{
position:relative;
float:right;
width:708px;
height:700px;
}

#contentrighttext{
width:420px;
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#222222;
}

#footer {
width:1200px;
height:95px;
}