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

html
{
	overflow: auto;
	height:100%;
}

body
{
	width: 100%;
	height: 100%;
	overflow: none;
	padding: 0px;
	margin: 0px;
}

#center
{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

/* Top Frames */
#pictureFrame td.topLeft
{
	width: 50px;
	height: 50px;
	background-image: url('../images/topLeft.gif');
}
#pictureFrame td.topTile
{
	height: 50px;
	background-image: url('../images/topTile.gif');
}
#pictureFrame td.topRight
{
	width: 50px;
	height: 50px;
	background-image: url('../images/topRight.gif');
}

/* Bottom Frames */
#pictureFrame td.bottomLeft
{
	width: 50px;
	height: 50px;
	background-image: url('../images/bottomLeft.gif');
}
#pictureFrame td.bottomTile
{
	height: 50px;
	background-image: url('../images/bottomTile.gif');
}
#pictureFrame td.bottomRight
{
	width: 50px;
	height: 50px;
	background-image: url('../images/bottomRight.gif');
}

/* Middle tiles */
#pictureFrame td.leftTile
{
	width: 50px;
	background-image: url('../images/leftTile.gif');
}
#pictureFrame td.rightTile
{
	width: 50px;
	background-image: url('../images/rightTile.gif');
}

/* Top Extentions */
#pictureFrame td.topLeftExt
{
	width: 77px;
	height: 50px;
	background-image: url('../images/topLeftExt.gif');
}
#pictureFrame td.topRightExt
{
	width: 77px;
	height: 50px;
	background-image: url('../images/topRightExt.gif');
}
#pictureFrame td.topLeftExtDown
{
	width: 50px;
	height: 77px;
	background-image: url('../images/topLeftExtDown.gif');
}
#pictureFrame td.topRightExtDown
{
	width: 50px;
	height: 77px;
	background-image: url('../images/topRightExtDown.gif');
}

/* Bottom Extentions */
#pictureFrame td.bottomLeftExt
{
	width: 77px;
	height: 50px;
	background-image: url('../images/bottomLeftExt.gif');
}
#pictureFrame td.bottomRightExt
{
	width: 77px;
	height: 50px;
	background-image: url('../images/bottomRightExt.gif');
}
#pictureFrame td.bottomLeftExtDown
{
	width: 50px;
	height: 80px;
	background-image: url('../images/bottomLeftExtDown.gif');
}
#pictureFrame td.bottomRightExtDown
{
	width: 50px;
	height: 80px;
	background-image: url('../images/bottomRightExtDown.gif');
}

#pictureFrame td.body
{
	background-color: #000000;
	background-image: url('../images/loading.jpg');
}