hr#bracket_stripe{
	height: 12px;
	position: relative;
	top: -7px;
	background-color: #191919;
	border: none;
	color: #191919;
}

x#bracket_wrapper{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    text-align: center;
}
#toppanel {
    position: absolute;
    top: 0px;
    width: 960px;
    z-index: 25;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
		margin-left: 45px;
}
#panel {
    width: 960px;
    position: relative;
    top: 1px;
    height: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    overflow: hidden;
    text-align: left;
}
#panel_contents {
    background: black;
    filter:alpha(opacity=95);
    -moz-opacity:0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
    height: 100%;
    width: 964px;
    position: absolute;
    z-index: -1;
}

.border {
    border: 15px #1d1d1d solid;
}

img.border_pic {
    border: 15px #1d1d1d solid;
    position: absolute;
    top: 110px;
    float: left;
    margin-left: 150px;
    width: 250px;
    height: 150px;
    z-index: 30;
}
.panel_button {
    margin-left: auto;
    margin-right: 173px;
    position: relative;
    top: 1px;
    width: 200px;
    height: 54px;
    background: url(panel_button.png);
    z-index: 20;
    filter:alpha(opacity=95);
    -moz-opacity:0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
    cursor: pointer;
}
.panel_button a {
    text-decoration: none;
    color: #545454;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 5px;
    left: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
color: #999999;
}

.panel_button img{
position: relative;   
top: 10px;
border: none;
}
