body {
        margin:			0px 0px 0px 0px;
        padding:		0px 0px 0px 0px;
        background-color:	#ffffff;
        color: 			#000000;

}

#content {
        position:		relative;
        width:			790px;
        margin-left:		auto;
        margin-right:		auto;
        background-color:	#ffffff;
}

#top {
        position:		relative;
        overflow:		hidden;
        width:			780px;
        height:			145px;
        background-color:	#ffffff;
}

#bottom {
        position:		relative;
        overflow:		hidden;
        width:			780px;
        height:			20px;
        background-color:	#ffffff;
	clear:			both;
}

#left {
        position:		relative;
        float:			left;
        width:			170px;
        background-color:	#ffffff;

}

#center {
        position:		relative;
        float:			left;
        width:			450px;
        background-color:	#ffffff;
}

#right {
        position:		relative;
        float:			left;
        width:			170px;
        background-color:	#ffffff;
	text-align:		right;
}

#preview {
	position:		absolute;
	top:			43px;
	left:			350px;
	width:			100px;
	height:			100px;
}
