@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DBCBA9;
}

.container {
	background-color: #FFFFFF;
	background-position: bottom;
	height: 400px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}
.container .content {
	margin-top: 60px;
	text-align: right;
	width: 725px;
}
.content .forum {
	display: inline;
}
.content .forum img {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	padding-right: 25px;
}

.content .direction {
	display: inline;
}
.content .direction img {
	padding-left: 25px;
}

.content .logo {
	margin-bottom: 25px;
}

