/* ----- wrapper ----- */
#wrap {
background: url(/images/backgrounds/home.jpg) no-repeat top left;
padding-bottom: 50px;
}


.border_box {
position: relative;
top: 100px;
right: -500px;
color: #fff;
background: #000;
margin: 30px 0 30px 30px;
width: 350px;
border: 3px solid #fff;
padding: 10px 25px;

filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
}

.border_box h2 {
margin-top: 0px;
padding-top: 0px;
font-size: 150%;
font-weight: normal;
}

.border_box a, .border_box a:link, .border_box a:active, .border_box a:hover, .border_box a:visited {
color: #fef3b3;
text-decoration: none;
}

.border_box a:hover {
text-decoration: underline;
}


/*
#content {
background: #000;
margin: 150px 0 0 480px;
width: 250px;
border: 3px solid #fff;
padding: 10px 15px;

filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
}

#content div { 
margin-left: 0;
color: #fff;
} 


#content h3 {
margin-top: 0;
padding-top: 0;
}
*/