/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}

#message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#inner-message {
    margin: 0 auto;
}