html,body{
    margin: 0px auto;
    background-color:#333;
}


#offset{
    position:absolute;
    left: 50%;
    top: 50%;

}
#page{
    position: absolute;
    left: -480px;
    top: -325px;
    background: url('../Images/Background.jpg') no-repeat;
    width:960px;
    height:650px;

}
#topArea,
#bottemArea{
    height: 50%;
    width:100%;
    background-Color:#333;
}
#ContentPlate{

    background: url('../Images/ContentPlate.jpg') no-repeat; 
    width:526px;
    height:650px;	
    position:relative;
    left:193px;

    margin-left: auto;
    margin-right: auto;

}

.topContent{
    background: url('../Images/TopContent.gif') center repeat-y;
}
.topNonContent{
    background: url('../Images/TopNonContent.gif') center repeat-y;
}
.bottomContent{
    background: url('../Images/BottomContent.gif') center repeat-y;
}
.bottomNonContent{
    background: url('../Images/BottomNonContent.gif') center repeat-y;
}
.content{
	width:470px;
	height:530px;
	position:relative;
	top:120px;
	margin-left:30px;
}
.content a img{
	border:0px

}


