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

body {
	background-image: url(../images/baseBg.jpg);
	background-repeat: repeat-x;
	background-position:top left;
	background-color:#a4a4ab;
}
#global_header {
	background-image:url(../images/headerBase.jpg);
	background-repeat: repeat-x;
	background-position:top left;
	height:30px;
	text-align:center;
}
#global_header a {color:#ffffff;}

*html #global_header {
	margin-top:-2px;
	margin-left:-100px;
}

#container {
	background-image:url(../images/middleBg.jpg);
	background-repeat:repeat-y;
	width: 1000px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/headerImage.jpg);
	width:1000px;
	height:190px;
	background-repeat:no-repeat;
	background-position-y:top;
	padding:0px 50px;
}
#topbox {
	background-position-y:center;
	background-image: url(../images/topBG.jpg);
	background-repeat:no-repeat;
	background-position-y:top;
	width:900px;
	min-height:420px;
	padding:0px 50px;
}
.content {
	width:660px;
	padding:10px 30px;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#topics, #userTop, #topNews, #topTechno  {
	width:300px;
	min-height:120px;
	padding:60px 10px 20px;
	background-repeat:no-repeat;
	background-position:top;
	font-size:95%;
}
#topics {
	float:left;
	background-image:url(../images/topicsBg.png);
}
#userTop {
	float:right;
	background-image:url(../images/userBg.png);
}

#topNews, #topTechno {
	width:310px;
	padding:55px 0px 20px 10px;
	font-size:85%;
}
.stack01 {
	overflow: hidden;
	width: 660px;
}
#topNews {
	float:left;
	background-image:url(../images/newsBg.png);
}
#topTechno {
	float:right;
	background-image:url(../images/technoBg.png);
}


#sidebar {
	width: 180px;
	float:right;
}

#footer {
	clear: both;
	height:50px;
	background-image:url(../images/footerBg.jpg);
	background-repeat:no-repeat;
	padding:0px 50px 20px;
}
#address {
	font-family: "Arial Rounded MT Bold";
	text-align:center;
}

