body {
	background-color: #000000;
}

#head {
	font-family: 'vcr-osd';
	font-size: 70px;
	color: #00FF00;
	text-align: center;
	width: 1000px;
	margin: 0 auto;
}#head span {	display: block;	font-size: 35px;	color: #FFF;}

#body {
	width: 1000px;
	margin: 0 auto;
}

#foot {
	width: 1000px;
	margin: 0 auto;
}

.frontRow {
	overflow: hidden;
}

.frontCol {
	width: 302px;
	float: left;
	height: 220px;
	margin: 15px;
}

.itemImage {
	height: 200px;
	border: thin solid #00FF00;
}

.itemText {
	height: 20px;
	color: #00FF00;
	font-family: 'droid-sansregular';
}

.bold {
	font-weight: bold;
}

/****FONTS****/

@font-face {
    font-family: 'vcr-osd';
    src: url('fonts/vcr-osd.eot');
    src: url('fonts/vcr-osd.eot?#iefix') format('embedded-opentype'),
         url('fonts/vcr-osd.woff') format('woff'),
         url('fonts/vcr-osd.ttf') format('truetype'),
         url('fonts/vcr-osd.svg#vcr-osd') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'droid-sansregular';
    src: url('fonts/droidsans-webfont.eot');
    src: url('fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidsans-webfont.woff') format('woff'),
         url('fonts/droidsans-webfont.ttf') format('truetype'),
         url('fonts/droidsans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'droid-sansbold';
    src: url('fonts/droidsans-bold-webfont.eot');
    src: url('fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidsans-bold-webfont.woff') format('woff'),
         url('fonts/droidsans-bold-webfont.ttf') format('truetype'),
         url('fonts/droidsans-bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}