/* 	CSS Document */

/* ++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++[*]++++++++++++++++++++++++++++++++
--   Default site body
+++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++[*]+++++++++++++++++++++++++++++ */
.site-body {
	margin-right: auto;
	margin-left: auto;
	width:1024px;
	background-color:#000;
	overflow-x: hidden;
	overflow-y: scroll;
}
