/*LLD STUDIOS*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #001F00;
}

#wrapper {
	width: 1040px;
	height: 900px;
	margin: 0 auto 20px;
}

/* left */
#left {
	background-color: #001F00;
	width: 40px;
	height: 900px;
	float: left;
	position: absolute;
	z-index: 1;
}

/* right */	
#right {
	background-color: #001F00;
	width: 40px;
	height: 900px;
	float: right;
	position: relative;
	z-index: 1;
}

/* flash file */
#main{
	background-color: #001F00;
	width: 1040px;
	height: 900px;
	float: left;
	position: absolute;
	z-index: 0;
}



