/* CSS Document */

#metacontainer {
	background-image:url(images/makeup/headertile.jpg);
	background-color:#ffcccc;
}
#container {
	background:#fff url(images/makeup/bodybg.jpg) repeat-y center;
}
#header {
	background-image:url(images/makeup/headerbg.jpg);
}
#logo {
	top:40px;
	left:155px;
}
#footercontainer {
	background-image:url(images/makeup/footertile.jpg);
	height:1100px;
}
#footer {
	background-image:url(images/makeup/footerbg.jpg);
	height:1100px;
}
#footertext {
	top:1040px;
}

