/* CSS Document */
body{
background-color:#0c0c0c;
font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.container{
width:960px;
margin:0px auto;
color:#FFF;
}
.rounded{
border-radius:12px;
}
.padding{
padding: 10px 25px;
}
.label{
text-align:center;
width:250px;
color:#000;
font-size:22px;
margin:20px auto;
}
.left{
width:49%;
float:left;
clear:left;
}
.right{
width:49%;
float:right;
clear:right;
}
.border{
height:207px;
box-sizing:border-box;
border:3px solid #FFF;
}
.left, .right{
margin:40px 0px;
}
h4{
text-transform:uppercase;
margin:0px;
}
h5{
margin:5px 0px 0px 0px;
}
p{
margin:0px 0px 12px 0px;
font-size:12px;
}
h1{
text-align:center;
font-size:42px;
font-weight:normal;
margin:40px 0px;
}
.clearall{
clear:both;
}
.spacer{
margin-top:25px;
}