@charset "UTF-8";
@media screen
{
	body {
		padding:0;
		margin:0;
		background:#FFF url(/public/images/bg.png) repeat-x top center; 
		font: .74em Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif; 
		line-height: 1.6em;
	    color: #444;
	}	
	#page-margins {
		width:395px;
		margin:0 auto;
		padding:62px 22px 0 22px;
	}	
	#page{}
	#main {
		background:transparent url(/public/images/introbg.jpg) no-repeat top center;
		width:351px;
		height:561px;
		position:relative;
	}
	#menu {
		width: 351px;
		height:100px;
		position:absolute;
		bottom:140px;
		left:0;
	}
	#footer{
		font-size:10px;
		text-align:center;
		padding:5px 0;
		width:351px;
		background:transparent url(/public/images/introbshadow.jpg) no-repeat top right;
	}
	#introleft{
		position:absolute;
		width:22px;
		height: 256px;
		left:-22px;
		top:0;
		background: transparent url(/public/images/introleft.png) no-repeat top left;
	}
	#introright{
		position:absolute;
		width:22px;
		height: 256px;
		right:-22px;
		top:0;
		background: transparent url(/public/images/introright.png) no-repeat top left;
	}
	#brshadow{
		position:absolute;
		width:8px;
		height: 220px;
		right:-8px;
		bottom:-8px;		
		background: transparent url(/public/images/introbr.jpg) no-repeat top left;
	}
	a, a:visited { color: #F3571B; background:transparent; text-decoration: none; outline:none; }
  	a:focus,
  	a:hover,
  	a:active { color:#8E8D0F; text-decoration:none; outline:none; }
}
