body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:auto;
}


body.flower {
	background: #140502 url(../img/page_bg_flower.jpg) 50% 0 repeat-x fixed;
}


div#container {
margin-top:100px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	width: 50em;

	
}

#myElement {
	width: 462px;
	height: 100px;
	
}


/*
 * My other element
 */
div#myOtherElement {
	width: 400px;
	height: 30px;
	overflow: hidden; margin:0px;
	
}

div#myOtherElement span, div#myOtherElement a {
	display: block;
	padding: 0 px;
}

div#myOtherElement a:hover {
	background: #f5f5f5;
}

/*
 * WRAPPER 2
 */
div.wrapper-t2 {
	background: #240c04 url(../img/wrapper_t2.png) 0 0 repeat-x;
}

div.wrapper-b2 {
	background: url(../img/wrapper_b2.png) 0 100% repeat-x;
}

div.wrapper-l2 {
	background: url(../img/wrapper_l2.png) 0 0 repeat-y;
}

div.wrapper-r2 {
	background: url(../img/wrapper_r2.png) 100% 0 repeat-y;
}

div.wrapper-tl2 {
	background: url(../img/wrapper_tl2.png) 0 0 no-repeat;
}

div.wrapper-tr2 {
	background: url(../img/wrapper_tr2.png) 100% 0 no-repeat;
}

div.wrapper-bl2 {
	background: url(../img/wrapper_bl2.png) 0 100% no-repeat;
}

div.wrapper-br2 {
	padding: 36px 32px 32px 32px;
	background: url(../img/wrapper_br2.png) 100% 100% no-repeat;
}

