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

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	margin:0;
	background-color:#000;
}
#site_one, #site_two, #site_three { behavior: url(iepngfix.htc); }


p {
	line-height:1.25em;
	}

a {
	color:#fff;
	text-decoration:none;}

#content_container_alpha {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width:1296px;
	height:1000px;
background-image: url(../images/bg.jpg);
background-repeat:no-repeat;
    /*background-size: cover;*/

}

#content_container {
	position:relative;
	margin: 0 auto;
	top: 100px;
	/*margin-top:100px;
	margin-left:auto;
	margin-right:auto;*/
	width:1296px;
	height:502px;
	background-image: url(../images/content_container_bg.jpg);
	background-repeat:no-repeat;
}

.site_box {
	width: 50%;
  height: 100px;
  display: inline-block;
}

.right {
	float: right;
}

#center {
	margin-left:auto;
	margin-right:auto;
	width:961px;
	height:100%;
	background-image: url(../images/center_bg.png);
	background-repeat:no-repeat;}
#header {
	padding-top:30px;
	margin-left:auto;
	margin-right:auto;
	font-size:16px;
	text-align:center;
	position: inherit;
	z-index:961px;
	height:74px;
	background-image: url(../images/header2.png);
	background-repeat:no-repeat;
		}
#header p {
	}

.right {
	float: right;
}

#site_holder {
	width: 70%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

#site_one {
	float:left;
		background-image:url(../images/btn_duquesne_light_2016.png);
	background-repeat:no-repeat;
	width:327px;
	height:398px;
	}
#site_two {
	/*float:left;*/
	background-image:url(../images/btn_dqe_communications.png);
	background-repeat:no-repeat;
	width:309px;
	height:398px;
	}
#site_three {
	float:left;
	background-image:url(../images/btn_duquesne_light_energy.png);
	background-repeat:no-repeat;
	width:325px;
	height:398px;
	}

#site_one_text, #site_two_text, #site_three_text  {
	margin-top:223px;
	width:235px;
 	text-align:left;
}
#site_one_text {
	margin-left:54px;
}
#site_two_text {
	margin-left:35px;
}
#site_three_text {
	margin-left:38px;
}
#site_one_text p, #site_two_text p, #site_three_text p  {
	text-align:left;
	margin: 0 2px 0 16px;
	font-size:12px;
	padding:0;
	}
