
.bodyMsg{
    background-image: url("fond.jpg");
	background-color: #C0E8F4;
    background-position: center top;
    background-repeat: repeat-x;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

#main {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 10px;
	width: 800px;
}

#redirectMsg {
    font-family: verdana,arial,helvetica,sans-serif;
    text-decoration: none;
    /*font-size: 0.8em;*/
	font-size: 1.2em;
    background-image: url("fond2.jpg");
	background-color: #FFFFFF;
    background-repeat: repeat-x;
	width: 360px;
	z-index: 10;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    border: 1px solid #808080;
    padding: 30px 20px;
	box-shadow: 2px 2px 12px #555555;
}

#redirectMsg h5{
	text-align: right;
}

#bottomMsg {
    background-image: url("dandelions.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    bottom: 0;
    clear: both;
    height: 500px;
    left: 0;
    position: fixed;
    width: 500px;
    z-index: 1;
}

#redirectMsg a {
    word-wrap: break-word;
}
