html, body {
	margin: 0px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	background: #000000;
	color: #ffffff;
	height: 100%;
}

#site-container {
	width: 100%;
}

#wrap-site-container {
	min-height: 100%;
	position: relative;
}

#wrap-site-header {
	width: 100%;
	background-color: #111111;
	margin-bottom: 20px;
}

#site-header {
	width: 960px;
	margin: auto;
	font-variant: small-caps;
	font-family: Arial;
	font-size: 24px;
	padding: 5px 0px 5px 0px;
	background-color: #111111;
}

#site-header .left-column {
	float: left;
}

#site-header .right-column {
	float: right;
}

#wrap-site-footer {
	position: absolute;
	bottom: 0px;
	background-color: #111111;
	width: 100%;
}

#site-footer {
	background-color: #111111;
	width: 1100px;
	margin: auto;
	height: 40px;
	padding: 10px 0px 10px 0px;
}

#site-footer .right-column {
	float: right;
}

#wrap-site-content {
	padding-bottom: 90px;
	width: 100%;
}

#site-content {
	width: 1100px;
	margin: auto;
	font-variant: small-caps;
	font-size: 14px;
}

#site-content img {
	vertical-align: middle;
}

ul, li {
	margin: 0px;
	padding: 0px;
}

#site-content ul {
	list-style-type: decimal-leading-zero;
	margin-left: 30px;
}

#site-content ul li {
	height: auto;
	margin-top: 8px;
	font-size: 13px;
}

img {
	border: 0px;
}

#site-content .right-column {
	float: left;
	margin-left: 10px;
	width: 550px;
}

#site-content .left-column {
	float: left;
	width: 540px;
}

#site-footer .left-column {
	float: left;
}

.clear {
	clear: both;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.attention {
	color: red;
	margin-top: 40px;
	margin-bottom: 40px;
}

.info {
	margin-top: 30px;
	margin-bottom: 30px;
}

#like_facebook {
	margin-top: 8px;
}

