body { background: #DCDCDC}

.maintaince {
    border: 1px solid #B7B7B7;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    max-width: 800px;
    padding: 40px;
    text-align: center;
    width: 100%;
	background:white
}

.my-little-decor {
    background: #7cc9d2 none repeat scroll 0 0;
    height: 4px;
    margin: 20px auto 19px;
    width: 60px;
}

.maintaince img {
    margin-bottom: 30px;
    max-width: 300px;
}

.maintaince h1 {
    font-size: 23px;
    font-weight: bold;
}

.maintaince h1 i { color: #7cc9d2}

.maintaince h2 {
    font-size: 24px;
    font-weight: bold;
}

.maintaince p {
    font-size: 15px;
    margin-top: 7px;
}


@media (max-width: 400px) {	
	
.maintaince img {
    max-width: 200px;
}

.maintaince { margin-top:40px}
	
}