@charset "UTF-8";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Page Layout */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body {
    height: 100%;
	width: 100%;
}
body {	
	margin: 0;
	padding: 0;
	text-align: center; /* horizontal centering for IE Win quirks */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #666666;
	background: #D6D6D6 url(images/background.png) repeat-x 0 0;
}
div#distance { 
    width: 1px;
	height: 50%;
	margin-bottom: -265px; /* half of container's height */
	float: left;
}
div#container {
    width: 100%;
	height: 530px;
	position: relative; /* puts container in front of distance */
	text-align: center;
	clear: left;
	background: transparent url(images/container.png) repeat-x 0 398px;
}
div#container div {
    width: 684px;
	height: 492px;
	margin: 0 auto;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Global Styles */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

img {
    border: none;
}
a:link,
a:visited {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #990000;
    line-height: 17px;
	font-weight: normal;
}
a:hover,
a:active {
    text-decoration: none;
    color: #000000;
}
a:focus {
    outline: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Page */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1 {
    display: none;
}
h2.electric {
    float: left;
	clear: both;
	margin: 25px 62px 34px 131px;
}
h2.voice {
    float: left;
	clear: none;
	margin: 25px 0 34px 0;
}
h2 a {
    display: block;
	width: 180px;
	height: 212px;
	text-indent: -9999px;
}
h2.electric a {
    background: transparent url(images/electric-button.png) no-repeat 0 0;
}
h2.voice a {
    background: transparent url(images/voice-button.png) no-repeat 0 0;
}
h2 a:hover {
    background-position: 0 -212px;
}
p {
    float: left;
	clear: both;
	/* width: 634px; */
	width: 584px;
	/* margin: 0 25px 10px 25px; */
	margin: 0 50px 10px 50px;
}
p.copyright {
    width: 634px;
	/*
	margin-top: 43px;
	margin-bottom: 0;
	*/
	margin: 43px 25px 0 25px;
	padding-top: 82px;
	background: transparent url(images/wallwin-logo.png) no-repeat 141px 0;
}