body{
	background-color:#2a424c;
}
#expandbox{/*remove dots in FF*/
	outline: none;
}
*:focus {/*remove highlight in Safari*/
	outline: 0;
}
code{
	font-size:0.5em;
	color:gray;
}

/* ======= important stuff! ===========*/
#expandbox{
	position:relative;
	z-index:0;
	width:852px;
	min-height:200px; 
    padding:50px; 
	margin:43px auto 23px auto; 
	color:yellow;
	font-size:2.5em; 
	font-weight:normal; 
    line-height:1.2; 
	text-align:center;
	background:url(testimages/center1.png) repeat-y;
}
#expandbox:before,#expandbox:after{
	position:absolute;
	z-index:-1;
}
#expandbox:before{
	top:-43px; /*bigger to accommodate more overlap of the clover leaf image*/
	left:0;
	width:100%;
	height:43px;
	content:url(/images/BT_logo.png);
	text-align:left;
    background:transparent url(testimages/top1.png) left bottom no-repeat;
}
#expandbox:after{
	bottom: -23px;
	left:0;
	width:100%;
	height:23px;
	content:"";
	text-align:right;
    background:transparent url(testimages/bottom1.png) no-repeat;
}
ul{
    list-style-type:none;
}
#expandbox p{
    font-size:0.6em;
}
#expandbox p a{
    color:white;
}
