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

body{
	padding:0;
	margin:0;
	background:#050505 url(../images/back.jpg) top center no-repeat;
}

#container{
	position:relative;
	width:900px;
	margin:auto;
}

.contentContainer{
	left: 22px;
	top: 48px;
}

#flash{
	position:absolute;
	left: 575px;
	top: 32px;
}

#stream{
	position:absolute;
	left: 685px;
	top: 432px;
}	

#stream a{
	display:block;
	width:244px;
	height:145px;
	background:url(../images/icon_stream.gif) no-repeat 50% 0%;
}

#stream a:hover{
	display:block;
	width:244px;
	height:145px;
	background:url(../images/icon_stream.gif) no-repeat 50% 100%;
}

#idx{
	top: 550px;
	left:5px;
	position:absolute;
	font-size:11px;
	color:#C1C1C1;
	}

#idx a:link{
	color:#C1C1C1;
	}
	
#idx a:active{
	color:#C1C1C1;
	}
	
#idx a:visited{
	color:#C1C1C1;
	}
	
#idx a:hover{
	color:#C1C1C1;
	text-decoration:none;
	}

#announcementContainer{
	position:absolute;
	width:711px;
	left: 19px;
	top: 507px;
	color:#eb0000;
}

#backMenu{
	width:126px;
	display:block;
	height:30px;
	margin:0;
	background:url(../images/back.gif) no-repeat 50% 0%;
}

#backMenu:hover{
	width:126px;
	display:block;
	height:30px;
	margin:0;
	background:url(../images/back.gif) no-repeat 50% 100%;
}

/*------------------------CLASSES-------------------------*/



.floatLeft{
	float:left;
}	

.floatRight{
	float:right;
}	

.padding5{
	padding:5px;
}

.padding10{
	padding:10px;
}

.paddingTopBottom{
	padding:18px 0px;
}

.textCenter{
	text-align:center;
}

.textLeft{
	text-align:left;
	}

.marginBottom_10{
	margin-bottom:10px;
	}

/*------------------------WIDTH CLASSES-------------------*/

.width5{
	width:5%;
}
.width20{
	width:20%;
}
.width30{
	width:30%;
}
.width32{
	width:32.5%;
}
.width33{
	width:33%;
}
.width38{
	width:38%;
}
.width35{
	width:35%;
}
.width36{
	width:36.95%;
}
.width40{
	width:40%;
}
.width45{
	width:45%;
}
.width48{
	width:48%;
}
.width49{
	width:49%;
}
.width42{
	width:42%;
}
.width50{
	width:50%;
}
.width53{
	width:53%;
}
.width55{
	width:55%;
}
.width60{
	width:60%;
}
.width65{
	width:65%;
}
.width70{
	width:70%;
}
.width80{
	width:80%;
}
.width95{
	width:95%;
}
