body
	{
		background-image: url('../images/system/body.jpg');
		background-position: top center;
		background-repeat: no-repeat;
		font-family: 'verdana', 'trebuchet ms', sans-serif;
		font-size: 100%;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}

#main
	{
		background-image: url('../images/system/main.gif');
		background-position: top center;
		background-repeat: repeat-y;
		margin: 0px auto 0px auto;
		position: relative;
		text-align: left;
		width: 950px;
	}

#main-bg1
	{
		background-image: url('../images/system/top.jpg');
		background-position: top center;
		background-repeat: no-repeat;
		width: 100%;
	}

#main-bg2
	{
		background-image: url('../images/system/bottom.jpg');
		background-position: bottom center;
		background-repeat: no-repeat;
		width: 100%;
	}

#upper
	{
		height: 300px;
		width: 100%;
	}

#middle
	{
		width: 100%;
	}

#lower
	{
		height: 160px;
		text-align: center;
		width: 100%;
	}

hr.cleaner
	{
		border: none;
		clear: both;
		height: 1px;
		margin: -1px 0px 0px 0px;
		padding: 0px;
		visibility: hidden;
	}

.left
	{
		float: left;
	}

.right
	{
		float: right;
	}

.inner
	{
		margin: 0px;
		padding: 0px
	}