@import url(layout.css);
/**
 * General
 */
html {
	background: #F40ABB;
	}
body {
	color: #8D00C1;
	}
#main {
	background: url(../../images/flower/pink/header.jpg) no-repeat center top;
	}
#extra1 {
	background: url(../../images/flower/pink/footer.jpg) repeat-x center top;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 48px;
	width: 100%;
	}

.colorpallete{
	background-color:pink;
	}

#nav li a {
	color: #E219B7;
	}
.contact{
	color:#f40aba;
}


