@charset "utf-8";
/* CSS Document */

.fix, .shadow
{
	behavior:url(js/iepngfix.htc);
}

.faceDiv
{
	background:url(images/face.gif) no-repeat top left;
	width:500px;
	height:500px;
	float:left;
	margin-right:10px;
}
.inner
{
	background:url(images/orange.png) repeat-y;
	height:500px;
	width:100%;
}
.inner2
{
	background:url(images/black.png) repeat-x;
	height:500px;
	width:100%;
}