/* @override http://localhost/cocooning/relooking/relooking.css */

body {
	background-color: #d5c4b1;
	color: #360901;
	font: 15px Arial;
}

div#container {
	top: 50%;
	left:  50%;
	margin-top: -300px;
	margin-left: -400px;
	width: 800px;
	height: 600px;
	position: absolute;
}

div#background {
	background: white url(images_relooking/background.gif) no-repeat;
	position: relative;
	width: 800px;
	height: 600px;
}

div#logo {
	position: absolute;
	top: 160px;
	left: 254px;
}

div#menu {
	color: #360901;
	margin-top: 20px;
	text-align: center;
}

div#menu span {
	margin-right: 20px;
}

div#menu a, div#menu a:hover {
	color: #88694b;
	text-decoration: none;
	margin-right: 10px;
}

div#waiting {
	padding-top: 395px;
	text-align: center;
	color: #88694b;
	letter-spacing: 1px;
	font-size: 17px;
}

div#footer {
	position:  absolute;
	text-align: center;
	bottom: 20px;
	font-size: 10px;
	width: 800px;
	letter-spacing: 1px;
}
