/*
 * 	vim: set fdm=marker:
 *	Common Styles for 7 million 2008/2009
 *	(c) 2008 by T-SIGN Studios, http://www.t-sign.com
 *	Authors: Robert Adrianowski (robert_adrianowski@t-sign.com)
 *
 */

/* {{{ content */
#upperPage	{
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: transparent url(/img/misc/site/bg.png) no-repeat center top;
}
#page {
	margin: 0 auto;
	padding: 0;
	width: 840px;
	min-height: 200px;
}
#container {
	width: 840px;
	min-height: 100px;
}
#container .contents {
	width: 840px;
}
#containerLeft {
	float: left;
	width: 403px;
	min-height: 100px;
}
#containerLeft .contents {
	width: 403px;
}
#containerRight {
	float: right;
	width: 403px;
	min-height: 100px;
}
#containerRight .contents {
	width: 403px;
}
/* }}} */