body{
margin:0;
}
.borderLeft {
	background-image: url(../images/border_left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.borderRight {
	background-image: url(../images/border_right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.borderTopRight {
	background-image: url(../images/border_topright.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.borderTopLeft {
	background-image: url(../images/border_topleft.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.borderTop {
	background-image: url(../images/border_top.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.borderBottemLeft {
	background-image: url(../images/border_bottemleft.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.borderBottem {
	background-image: url(../images/border_bottem.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.borderBottemRight {
	background-image: url(../images/border_bottemright.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#info{
	float: left;
	width: 750px;
	background-position: top;
	vertical-align: top;
	margin:0;
}
