body {
		
    background-image: url("../images/bg.gif");
    padding:0;
    margin:0;
    overflow:hidden;
    background-attachment: fixed;
    }
    
    #info {
    position: absolute;
    top: 0px;
    width: 100%;
    color: #ffffff;
    padding: 5px;
    font-family:Monospace;
    font-size:13px;
    text-align:center;
    }
    
    #info a {
    color: #ffffff;
    }
    #list_service{
        font-size: 14px;
line-height: 20px;
padding-bottom: 10px;
font-weight: 300;
color: #ddd;
text-align: left;
letter-spacing: 3px;
    }
    
    #serviceimg{
        box-shadow: 6px 6px 5px -6px #00ecc7;
        margin-bottom: 30px;
border-radius: 10px;
}
.forum-details img {
margin-bottom: 10px;
border-radius: 10px;
}	