html, body, #wrapper 
{
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

#wrapper 
{
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #decbc1;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

img
{
	border: none;
}

a:active
{
	outline: none;
	outline-style: none;
}
 
a:focus
{
	outline-style: none;
}

.bg_leftside 
{
	background-image: url(images/SuperFloral_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.bg_rightside 
{
	background-image: url(images/SuperFloral_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_content
{
	background-image: url(images/SuperFloral_06.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.bg_flash
{
	background-image: url(images/SuperFloral_05.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.bg_nav
{
	background-image: url(images/SuperFloral_03.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}


.bg_logo
{
	background-image: url(images/SuperFloral_02.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.copyright
{
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
}



