#ID{
    width:500px;
}

#Logo {
    margin-left: auto;
	margin-right: auto;
	display: block;
}

/**STARTPAGE**/
#Startpage { 
    background: url('/images/Base/01.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#Startpage .Smileys {
    margin-left: auto;
	margin-right: auto;
	display: block;
}

/**COMPLAINTS**/
#Complaints{
    background: url('/images/Base/02.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#Complaints .row:first-child {
    margin-bottom: 100px;

}
#SendComplaints {
    margin-left: auto;
	margin-right: auto;
	display: block;
}


/**THANK YOU - GREEN**/
#ThankYou_Green {
    background: url('/images/Base/03.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/**THANK YOU**/
#ThankYou {
    background: url('/images/Base/04.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}