@charset "utf-8";
/* CSS Document */

html {height:100%;}
body {
	margin:0px;
	padding:0px;
	height:100%;
	background-color: #040A15;
	background-repeat: repeat-x;
}

div#ibcc{
	clear: both;
	height: 420px;
	width: 766px;
	margin-right: auto;
	margin-left: auto;
}
div#info{
	clear: both;
	height: 50px;
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.info_txt{
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #87aad3;
	text-align: center;
}

.info_txt_red{
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993300;
	text-align: center;
}

.info_txt_red a:link{
	color: #993300;
}

.info_txt_red a:visited{
	color: #993300;
}

.info_txt_red a:hover{
	color: #CCCCCC;
}

.info_txt a:link{
	color: #87aad3;
}

.info_txt a:visited{
	color: #87aad3;
}

.info_txt a:hover{
	color: #CCCCCC;
}
