/* CSS Document */
body
{
background-color:#000000;
}
#home_wrapper { 
background-image:url('images/sbp_homepage.jpg');
background-repeat:no-repeat;
width: 1000px;
height: 800px;
min-height: 800px;
min-height:auto!important;
}
#Btn01Content { 
width: 130px;
height: 30px;
position: relative;
top:90px;
right:100px;
}
html>body #Btn01Content {
top:90px;
right:100px;
}
#Btn02Content { 
width: 130px;
height: 30px;
position: relative;
top:60px;
right:-90px;
}
html>body #Btn02Content {
top:60px;
right:-90px;
}
#Btn03Content { 
width: 130px;
height: 30px;
position: relative;
top:30px;
right:-255px;
}
html>body #Btn03Content {
top:30px;
right:-255px;
}