/****************** HOME CSS *******************/
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 11px;
}

body {
	padding-bottom: 50px;
	background: #fff;
}

a {
  outline: none;
}

img {
	border: none; 
}
/*
#wrapper {
	clear: both;
	margin: 100px auto 0 auto;
	width: 956px;
	height: 596px;
	background: url(img/simplast_bg.jpg) no-repeat;
}

#wrapper #header {	
	height: 89px;
	padding-left: 255px;
}

#wrapper #header a img {
	display: block;
	height: 89px;
}

#wrapper #left {
	float: left;
	width: 255px;
}

#wrapper #left #nav {
	padding: 124px 20px 0 75px;
}


#wrapper #center{
	float: left;
	width: 449px;
	height: 440px;
	background: url(img/home_center_pic_02.jpg) no-repeat top;
	border: solid 1px #fffff3;
}

#wrapper #center #center_bottom {
	color: #fff;
	padding: 326px 20px 20px 20px;
}


#wrapper #right{
	float: right;
	width: 232px;
	padding: 124px 0 0 17px;
}
*/

#footer {
	clear: both;
	margin: 0 auto;
	padding-top: 10px; 
	width: 450px;
	font: 10px Arial, Verdana, Helvetica, san-serif;
	color: #a5618e;
	text-align: center;
	overflow: hidden;

}

#footer #copyright {
	font: 10px Arial, Verdana, Helvetica, san-serif;
	color: #a5618e;
}

#footer #created {
	font: 10px Arial, Verdana, Helvetica, san-serif;
	color: #a5618e;
}

#creative {
	text-decoration: none;
	font: 10px Arial, Verdana, Helvetica, san-serif;
	color: #a5618e;
}

#creative:hover {
	text-decoration: underline;
}

.clear{
	clear: both;
	visibility: hidden;
	border-collapse: collapse;
	height: 0;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding:0;
	border: 0;
	border-width:0;
	outline-width:0;
	page-break-inside: avoid;
	page-break-after: avoid;
	page-break-before: avoid;
	empty-cells: hide;
	display: block;
}
