/* CSS Document */
html, body {
	height: 100%;
}
body {
    margin:0;
    padding:0;
	background-color: #FFB03A;
	background-image: url(../images/home/bg.jpg);
	background-repeat: repeat-y;
	min-width:800px;
}

#container {
	float:left;
	width: 800px;
	margin:0 auto;
}

.top {
	width: 800px;
	height:237px;
	float:left;
}

.bottom {
	width:800px;
	height: 291px;
	float:left;
}

.text {
	margin-left:454px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	letter-spacing: -0.01em;
}
.text a:link,
.text a:visited {
	font-weight:bold;
	color: #b45346;
	text-decoration:none;
	}
.text a:hover {
	font-weight:bold;
	color:#e45a49;
	text-decoration:underline;
	}

