/**
	Myy-Promotion
	
	LAYOUT
**/

html
{
	background: #568f28 url(../gfx/bg-main.jpg) repeat-y left top;
}

html,
body
{
	width: 100%;
}

#layout-wrapper
{
	min-width: 929px;
	width: 100%;
	min-height: 100%;
}

#layout-leftside
{
	float: left;
	clear: none;
	width: 200px;
	background: url(../gfx/left-gradient.jpg) no-repeat top left;
}

#layout-rightside
{
	float: left;
	clear: none;
	width: 70%;
	
}

#layout-flash
{
	width: 300px;
	height: 700px;
	margin: 0 0 0 1px;
}

/* for the movie */
.layout-flash_left
{
	position: absolute;
	top: 0px;
	left: 1px;
	width: 300px;
	height: 700px;
	margin: 0 auto;
	z-index: 99;
}

#layout-rightside-footer
{
	position: relative;
	width: 100%;
	height: 30px;
	text-align: center;
	vertical-align: top;
	margin: auto;
	padding-left: 5px;
}