body{
background-color: #222222;
color: #FFFFFF;
font-family: "Verdana";
}

#imageblock{
width: 650px;
margin-left: auto;
margin-right: auto;
margin-top: 80px;
height: 450px;
background:url(images/home.png) no-repeat;
position: relative;
}

#title{
font-size: 16px;
font-weight: bold;
text-align: center;
padding-top: 20px;
}

#text{
padding-left:50px;
padding-right: 50px;
}

#text > p{
text-align: left;
font-size: 11px;
font-weight: bold;
}

#right{
float: right;
width: 300px;
position: absolute;
left: 343px;
}

#left{
float: left;
width: 300px;
position: absolute;
left: 3px;
text-align: right;
}

#links{
padding-left: 150px;
padding-right: 150px;
font-weight: bold;
font-size: 12px;
}

a:link {
color: #FFFFFF; text-decoration: none; 
}

a:active {
color: #FFFFFF; text-decoration: none; 
}

a:visited{
color: #FFFFFF; text-decoration: none; 
}

a:hover {
color: #FFFFFF; text-decoration: underline; 
}

h2{
margin-bottom: 30px;
}

p{
font-size: 10px;
text-align: center;
}

.desc{
width: 200px;
text-align: center;
}


a img {
height: 30px;
width: 30px;
padding: 4px;
border: none;
}

a:hover img{
border-bottom: 3px solid white;
}

#logos{
position: absolute;
bottom: 0px;
padding: 30px;
padding-bottom: 25px;
}
#bottom{
position: absolute;
bottom: 0px;
padding: 30px;
padding-bottom: 25px;
text-align: center;
}
