body
{
	padding			:0px;
	margin			:0px;
	background		:#FFCC66;
	background-image	:url('images/bg.gif');
	background-repeat	:repeat;
	z-index			:0;
}


.imgone
{
	width			:506px;
	height			:705px;
	position		:absolute;
	top			:0px;
	left			:0px;
	background-image	:url('images/1.jpg');
	background-repeat	:repeat;
	z-index			:5;
}


.imgtwo
{
	width			:265px;
	height			:143px;
	position		:absolute;
	top			:0px;
	left			:506px;
	background-image	:url('images/2.jpg');
	background-repeat	:repeat;
	z-index			:10;
}


.content
{
	position		:absolute;
	top			:144px;
	left			:507px;
	width			:300px;
	padding			:10px;
	margin			:5px;
	border			:4px double #000000;

}


				a:link	{

						/* color */
						color: #a03030;
						
						/* font */
						text-decoration:none
						
					}

				a:visited	{

						/* color */
						color: #a03030;
						
						/* font */
						text-decoration:none
						
					}

				a:active	{

						/* color */
						color: #ffffff;
						
						/* font */
						text-decoration:none
						
					}

				a:hover	{

						/* color */
						color: #409090;
						
						/* font */
						text-decoration:none
						
					}