@charset "UTF-8";
body, html, .electric_page, #flashcontent
{
	width: 100%;
	height: 100%;
}
body
{
	background-color: #121213;
}
body, .electric_page, h1, p, div
{
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
@font-face {
    font-family: 'LeagueGothic';
    src: url('/demo/noflash/fonts/league_gothic-webfont.eot');
    src: local('League Gothic'), 
		 url('/noflash/fonts/league_gothic-webfont.eot?iefix') format('eot'),
		 url('/noflash/fonts/league_gothic-webfont.woff') format('woff'),
         url('/noflash/fonts/league_gothic-webfont.ttf') format('truetype'),
         url('/noflash/fonts/league_gothic-webfont.svg#font') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AllerRegular';
    src: url('/noflash/fonts/aller_rg-webfont.eot');
    src: url('/noflash/fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/noflash/fonts/aller_rg-webfont.woff') format('woff'),
         url('/noflash/fonts/aller_rg-webfont.ttf') format('truetype'),
         url('/noflash/fonts/aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1
{
	font-family: "LeagueGothic", "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 65px;
	line-height: 31px;
	cursor: pointer;
}
.electric_page
{

}
.electricinnercontent {
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding: 30px 0px 20px;
	position: relative;
	overflow: hidden;
}
.electricinnercontent, x:-moz-any-link, x:default {
	padding-bottom: 10px;
}
.electricblock {
	padding: 65px 65px 0px 65px;
	margin-bottom: 50px;
}
.electrictagger p {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 13px;
	margin: 8px 0px 7px;
	font-family: "AllerRegular", Arial, Helvetica, sans-serif;
	color: #FFF;
}
.electrictagger {
	border-bottom: 1px solid #FFF;
}
.electrictagger a {
	text-decoration: none;
	color: #CC0;
}
.electrictagger a:hover {
	text-decoration: underline;
}