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

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

.oga{
	width:100%;
	height:100%;
	position: relative;
	min-width: 1366px;
}

html, body, form {
	height: 100%;
	min-height: 100%;
}


body {
	margin: 0px;
	background-color: #000;
	font-family: Rockwell;
	color: #fff;
	font-size: 20px;
}

.footer{
	bottom: 15px;
	right: 15px;
	position: absolute;
	font-size: 15px;
}

.bottom img{
	margin-bottom: -75px;
}

.bottom{
	bottom: 0px;
	left: 0px;
	position: absolute;
	text-align: right;
	width:600px;
}

.white{
	color: #fff;
}


.red{
	color: #e64622;
	font-size: 60px;
}

.topright{
	top:15px;
	right:15px;
	position: absolute;
	text-align: right;
}

.superlargetext{
	color:#666666;
	font-size: 43px;
	margin-bottom: 5px;
	font-weight: bold;
}

.largetext{
	color:#f58a1e;
	font-size: 33px;
	margin-bottom: 5px;
}

.smalltext{
	margin-bottom: 15px;
	font-size: 20px;
}