html
{
	background-color: #010204;
	background-image: url('../img/struct/highvoltage/background.png');
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#content
{
	background-image: url('../img/struct/highvoltage/content.background.png');
	background-position: center;
	background-repeat: no-repeat;
	color: #000;
}
#footer
{
	background-color: #248;
}
#header
{
	background-color: #248;
	border-top-color: #428bca;
}
#headerMenu
{
	background-color: #428bca;
}
#wrapper
{
	background-image: url('../img/struct/highvoltage/wrapper.bg.gif');
}
div.menuLeft
{
	background-image: url('../img/struct/highvoltage/sidebar.menu.left.background.png');
}
div.menuRight
{
	background-image: url('../img/struct/highvoltage/sidebar.menu.right.background.png');
}
div.menuLeft a, div.menuRight a
{
	color: #fff;
}
div.menuLeft a:hover, div.menuRight a:hover
{
	color: #fe3;
}
div.menuLeft li, div.menuRight li
{
	border-bottom: 2px solid #428bca;
}
div.menuLeft ul
{
	background-image: url('../img/struct/highvoltage/sidebar.menu.left.bottom.png');
}
div.menuRight ul
{
	background-image: url('../img/struct/highvoltage/sidebar.menu.right.bottom.png');
}