@charset "utf-8";

/*================================================================================
	Globals
=================================================================================*/

*
{
	margin:0px;
	padding:0px;
}

body
{
	width:100%;
	height:100%;
	background:#0f0f0f;
}

/*================================================================================
	Structure
=================================================================================*/

#site_wrap
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	min-width:1000px;
	min-height:100%;
	width:100%;
}

#header
{
	width:100%;
	height:208px;
}

#middle
{
	width:100%;
	height:auto;
	margin-bottom:198px;
	overflow:hidden;	
}

#footer
{
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:999;
	width:100%;
	height:178px;
}

#footer_bg
{
	width:100%;
	height:178px;
}

/*-------------------------------------------------------
	design structure	-------------------------------*/

#couple
{
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:998;
	width:260px;
	height:389px;
}

#footer_gradient
{
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:997;
	width:100%;
	height:178px;
}

#flower
{
	position:absolute;
	top:0px;
	right:0px;
	z-index:996;
	width:235px;
	height:307px;
}

#lenta
{
	position:absolute;
	top:0px;
	right:109px;
	z-index:990;
	width:43px;
	min-height:100%;
}