/*************
* CONTENT
**************/
#content
{
	background-image:url('../img/bg_welcome.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	position:relative;
}

	#minHeight
	{
		height:270px;
		width:20px;
	}

	#welcomeContent
	{
		position:absolute;
		width:490px;
		height:150px;
		top:33px;
		right:25px;
	}

		#welcomeContent div.welcomeText
		{
			position:absolute;
			top:47px;
			left:18px;
			width:450px;
			height:70px;
			overflow:hidden;
		}

		#welcomeContent a.moreButton
		{
			display:block;
			position:absolute;
			width:60px;
			height:20px;
			bottom:15px;
			right:19px;
			background:url('../img/button_more.jpg') no-repeat center;
			text-decoration:none;
		}

		#welcomeContent a.moreButton:hover
		{
			background:url('../img/button_more_over.jpg') no-repeat center;
		}

	#bottomFrames
	{
		width:100%;
		margin:20px 0 0 0;
		position:relative;

	}

		#bottomFrames #advertFrame
		{
			float:left;
			width:391px;
			background:#f9faf2 url('../img/bg_welcome_advert.jpg') repeat-y center;
			position:relative;
			margin:4px 0 20px 20px;
			display:inline;
		}

			#bottomFrames #advertFrame #advertTopBg
			{
				position:absolute;
				top:-5px;
				left:0;
				width:391px;
				height:5px;
				background:url('../img/bg_top_welcome_advert.jpg') no-repeat center;
			}

			#bottomFrames #advertFrame #advertBottomBg
			{
				position:absolute;
				bottom:-5px;
				left:0;
				width:391px;
				height:5px;
				background:url('../img/bg_bottom_welcome_advert.jpg') no-repeat center;
			}

			#bottomFrames #advertFrame #advertContent
			{
				margin:0 25px 25px 25px;
				width: 340px;
			}

				#bottomFrames #advertFrame #advertContent img.text
				{
					display:block;
					margin-top:28px;
				}

				#bottomFrames #advertFrame #advertContent img.line
				{
					display:block;
					margin:13px 0;
				}

			#bottomFrames #advertFrame img.exclamation
			{
				position:absolute;
				right:11px;
				top:-28px;
			}



		#bottomFrames #imageFrame
		{
			margin:0 20px 5px 0;
			width:500px;
			float:right;
			position:relative;
			display:inline;
		}

		#bottomFrames #galleryNote
		{
			float:right;
			margin:0 20px 5px 0;
			width:500px;
			font-size:10px;
			display:inline;
		}
			#bottomFrames #galleryNote img
			{
				vertical-align:middle;
				margin-left:5px;
			}

		#bottomFrames #imageFrame img.polecamyHeader
		{
			position:absolute;
			top:0px;
			left:15px;
		}



