@charset "utf-8";
/* CSS Document */

.fix
{
	behavior:url(../js/iepngfix.htc);
}

.faceDiv
{
	background:url(face.gif) no-repeat top left;
	width:500px;
	height:500px;
	float:left;
	margin-right:10px;
}
.inner
{
	background:url(orange.png) repeat-y;
	height:500px;
	width:100%;
}
.inner2
{
	background:url(black.png) repeat-x;
	height:500px;
	width:100%;
}
