@charset "UTF-8";
/* CSS Document */

body
{
	margin:0;
	background:#4d4c50;
}

/*p
{
	margin: 0px 0px 1.5;
}

p#links
{
	font-size:9px;
	color:#a3a0a0;
}

.text
{
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1px;
	text-align: center;
}*/

/*   contains the background of the site   */

#leftbg
{
	background:url(background/main_bg_left.jpg) no-repeat;
	position:absolute;
	top:0px;
	left:-494px;
	height:1022px;
	width:494px;
}

#rightbg
{
	background:url(background/main_bg_right.jpg) no-repeat;
	position:absolute;
	top:0px;
	left:948px;
	height:1022px;
	width:494px;
}


/*   super-container, containing main parts of the site   */
div#superContainer
{
	position:absolute;
	width:100%;
	min-width:1000px;
	height:100%;
	min-height:630px;
	text-align:center;
	overflow:hidden;
}

#container
{
	position:relative;
	width: 948px;
	height:1022px;
	margin: 0 auto 0;
	text-align:left;
}

/*   contains the menu   */

#menu
{
	position: relative;
	height: 107px;
	width: 948px;
}

/*   contains background part, inbetween menu and content   */

#bgtop
{
	background:url(background/main_bg_top.jpg) no-repeat;
	position:relative;
	height:82px;
	width:948px;
}

/*   contains the contents of the page   */

#content
{
	background:url(background/body_bg.jpg) no-repeat;
	position: relative;
	width: 948px;
	height: 388px;
}

/*   contains background part, below content and copyright   */

#bgbottom
{
	background:url(background/main_bg_top.jpg) no-repeat;
	position:relative;
	height:82px;
	width:948px;
}

/*   contains the copyright notice in the bottom   */

div #copyright
{
	background:url(background/main_bg_copyright.jpg) no-repeat;
	position: relative;
	width: 948px;
	height:90px;
}
/*
div#copy
{
	position:absolute;
	top:6px;
	width:100%;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1px;
	text-align: center;
	color:#a3a0a0;
}
*/
/*   contains background part, below content and copyright   */

#bgbottom
{
	background:url(background/main_bg_bottom.jpg) no-repeat;
	position:relative;
	height:355px;
	width:948px;
}
