body{
    background-color: #000033;
    color: #FFFFFF;
    background-image:url("../images/tile.png");
    background-size:256px 256px;
    background-attachment:fixed;
    background-repeat:repeat;
}
#banner, #footer, .plug{
	background-color:#000044;
}
img{
    border:1px double #FFFFFF;
}
.keys{
	color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
a{
	color:#FF9900;
	text-decoration:none;
}
a:hover{
	border-bottom:solid 2px #000000;
}
#banner, #footer, #disclaimer, .boxA, .boxB, .plug{
	border:4px solid #FFFFFF;
}
.plug, .keys{
    font-size:52px;
}
#banner{
    font-size: 60px;
}
#footer{
	font-size:14px;
}
.boxA, .boxB, #disclaimer{
    background-color: #000044;
}
#disclaimer{
	width:742px;
	border-radius:20px;
	margin-bottom:20px;
	text-align:center;
	color:#FFFFFF;
}
#disclaimer p{
	width:742px;
}
#disclaimer h1{
	width:742px;
}
.topic{
	font-weight:bold;
	color:#FFCC00;
	font-style:italic;
}
h1{
	float:left;
}
h2{
	color:#FF9900;
	text-transform:uppercase;
	text-align:center;
	font-size:18px;
	background-color:#333333;
	width:342px;
	border-radius:20px;
	padding:20px 20px 20px 20px;
	float:left;
	border:solid 4px #FFA500;
	height:auto;
	margin-top:auto;
	margin-bottom:auto;
}
h3{
	color:#FF9900;
	font-size:16px;
	text-transform:uppercase;
	text-align:left;
	width:742px;
	float:left;
}
p{
	float:left;
	margin:2px;
}
#fail_bubble{
	border:solid 1px #CCCCCC;
	border-radius:20px;
	padding:10px 0px 10px 0px;
	font-size:16px;
	background-color:#333333;
	text-shadow:0px 0px 0 #000;
}
#socials{
	width:230px;
	padding-top:5px;
	padding-left:20px;
	border:solid 3px #FF9900;
	border-radius:10px;
	background-color:#333333;
	color:#FFF;
	font-weight:bold;
	
}