img { 
	border: 0; 
}	
html, body {
	background-color: #FFFFFF;
	height: 100%; 
	padding: 0;
	margin: 0;
}
table { 
	height: 100%; 
	width: 100%; 
	border: 0;
}

td.topleft {
	background-image: url(../images/topleft.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
td.top {
	width: 700px;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
td.topright {
	background-image: url(../images/topright.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

td.left {
	width: 50%;
	height: 400px;
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

td.right {
	width: 50%;
	height: 400px;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

td.bottomleft {
	background-image: url(../images/bottomleft.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

td.bottom {
	width: 700px;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

td.bottomright {
	background-image: url(../images/bottomright.gif);
	background-repeat: no-repeat;
}

td.content{
	width:700px;
	height:400px;
}