body {
	background-color: #171b28;
    bottom: 0;
    font-family: Verdana;
    font-size: 100%;
    height: 225px;
    margin: auto auto 10%;
    opacity: 0.9;
    padding: 0;
    position: fixed;
    text-decoration: none;
    width: 100%;
}
html { 
  background: url(body_bg.jpg) center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
}

a{
	text-decoration:none;
	color:#bbbbbb;
	}


#content{
	height: 225px;
    margin: auto;
    min-width: 600px;
    width: 50%;
}


h1{
	color:#bbbbbb;
	font-size:36px;
	font-weight:normal;
	float:left;
	margin-top:25px;
	margin-bottom:5px;
	
}
.upp{
	text-transform:uppercase;
	font-weight:bold;
	
}

.clear{
	clear: both;
	
}

p{
	color:#bbbbbb;
	font-size:16px;
	margin-top:0px;
	
}

.small{
	color:#bbbbbb;
	font-size:14px;
	margin-top:0px;
	line-height:26px;
}




















