@charset "UTF-8";
/* CSS Document */

@import url(reset.css);

/************************************* Clear Fix */
div:after,
.cf:after { 
	content: "."; 
	display: block; 
	height: 0;
	clear: both;
	visibility: hidden;
}
div,
.cf {
	display: inline-table;
}
div,
.cf {  
	display: inline-block;
}
/* Hides from IE-mac \*/
* html div,
* html .cf {
	height: 1%;
}
div,
.cf { 
	display: block;
}
/************************************* Clear Fix Ends */

body {
	background-color: #dacca7;
	margin:0px;
	font-size:11px;
	line-height:15px;
	color:#785231;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
a {
	text-decoration:none;
	color:#785231;
}
a:hover {
	text-decoration:underline;
}
	

#container {
	width:474px;
	height:364px;
	margin: 120px auto 0px auto;
	background-color:#fbedd3;
}

#logo {
	text-align:center;
	padding-top:60px;
	margin-bottom:38px;
}


