body{
font-size: 14px;
margin:0px;
font-family: Arial, System, VT-100, Chicago, small fonts, sans-serif, Tahoma;
margin-right: 10px;
height:101%;
line-height: 22px;
}

#concrete{
   position: absolute;
      left: 50%;
      top: 50%;
width:800px;
height: 500px;
background-image: url('img/concrete.jpg');


   

      margin-left: -400px; /* half of width */
      margin-top: -250px;  /* half of height */
   	  background-repeat:no-repeat;
	  text-align:center;

}
#buy{

position:relative;
top:27px;
height:30px;
text-align:center;
}
.redbuts, a.redbuts{

background-color:red;
color:white;
font-weight:bold;
text-decoration:none;
font-family: Arial,Tahoma;
font-size: 11px;
padding:7px;
border:0px;
}
a.redbuts:hover{
background-color:black;
color:white;
font-weight:bold;
text-decoration:none;
font-family: Arial,Tahoma;
font-size: 11px;
padding:7px;

}
#containerbox{
position:relative;
left:58px;
top: 48px;
float:left;
width: 564px;

vertical-align:middle;
text-align:center;

}
#whitebox{
position:relative;
background-color:white;
float:left;
width: 564px;
height: 400px;
vertical-align:middle;
text-align:center;
overflow:auto;
margin-bottom: 3px;
}

#subtitle{
position:relative;
margin-top:3px;
line-height: 17px;
font-size: 12px;
font-weight:bold;
height:30px;
}

#nav{

position:relative;
top: 48px;
left: 115px;
float:left;
width: 62px;
height: 400px;
line-height: 6px;
}
#blackbuts, a.blackbuts{
width:62px;
background-color:black;
color:white;
font-weight:bold;
text-decoration:none;
font-family: Arial,Tahoma;
font-size: 11px;
display: block;
height: 27px;
line-height: 25px;

}
a.blackbuts:hover{
width:62px;
background-color:black;
color:red;
font-weight:bold;
text-decoration:none;
font-family: Arial,Tahoma;
font-size: 11px;
display: block;
height: 27px;
line-height: 25px;

}
#topnav{ position:relative; height: 240px;}
#pages { position:relative; height: 160px;}
#pagesinner{ position:absolute; bottom: 0px;left: 0px;}

#textcontent{
padding:0px;

margin: 20px;
text-align:left;

}

a {
color:black;
text-decoration:none;
}
a:hover{
color:red;
text-decoration:none;

}

