html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html,body{
	height: 100%;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end reset */

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

}

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

}

/*end @font-face*/
a{
	opacity: .7;
}

a:link,a:visited{
	text-decoration: none;
}

a:hover,a:active{
	font-style: italic;
}

div.left a{
	color: #ff0000;
}

div.center a{
	color: #00ff00;
}

div.right a{
	color: #00f;
}

div.horizon a{
	color: grey;
}

div#frame{
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	text-align: left;
	background-color: white;
	padding-right: 20px;
	padding-left: 20px;
}

div.horizon h1{
	font: 63px Bebas;
	line-height: 63px;
	margin-bottom: 8px;
	word-spacing: 11px;
}

div.cc {
	font-family: Inconsolata, "Courier New", Courier, mono;
	line-height: 18px;
	padding-bottom: 20px;
}
div.horizon{
	width: 800px;
	float: left;
	text-align: center;
	padding-left: 35px;
	padding-right: 35px;
}

div.module{
	font-family: Inconsolata, "Courier New", Courier, mono;
	text-align: left;
	width: 280px;
	margin-bottom: 15px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 18px;
}

.red{
	background-color: #ff0000;
}

.green{
	background-color: #0f0;
}

.blue{
	background-color: #0000ff;
}

div.module.red,div.module.green,div.module.blue{
	height: 10px;
	opacity: .7;
}

div.horizon.pic{
	padding: 0;
	margin: 0;
}

div.pic img{
	width: 870px;
	margin-bottom: 5px;
}


