@charset "utf-8";
/* Set font families */

@font-face {
	font-family: Corbel; 
	src: url(../fonts/corbel.ttf);
}

@font-face {
	font-family: Corbel B; 
	src: url(../fonts/corbelb.ttf);
}


/* General Styling */

body {
	font-size:100%;
}

h1 {
	font-family: 'Corbel B', sans-serif;
}

p {
	font-family: 'Corbel', sans-serif;
}

a {
	color:#EF1C25;
}

#alignCenter {
	text-align:center;
}

#banner {
	background:url(../images/bg-noise-3.jpg);
	color:#FFF;
	margin-top:-10px;
}

#bannerTitle {
	text-transform:uppercase;
	padding:5px;
	margin-bottom:60px;
}

#pixelImg {
	width:60%;
	height:auto;
	margin:30px;
}

#chaosLogo {
	width:200px;
	height:auto;
}