body
{
	background: url(img/back_violet.gif);
}

/* IE 5 Mac */
#outer
{
		background-color: transparent;
		position: absolute;
		top: 20px;
		left: 20px;
 }

/* following rules are invisible to IE 5 \*/
#outer
{
		background-color: transparent;
		position: absolute;
		top: 50%;
		left: 0px;
		width: 100%;
		margin-top: -280px;
		text-align: center;
		min-width: 766px; 
 }
/* end IE 5 hack */ 
	  
#inner
{
		background: url(img/box.gif);
		position: relative;
		text-align: left;
		width: 760px;
		height: 560px;
		margin: 0px auto;
		padding: 3px;
}
