	#Message 
	{
		position: fixed;
		top: 40%;
    left: 33%;
		width: 33%;
		margin: auto; 
    padding: 15px 10px 15px 10px;
    text-shadow: 1px 1px 1px #555555;
		overflow: hidden;
		border: 6px solid #888888;
    border-radius:10px;
    box-shadow: 4px 4px 4px #555555;
    background: #FFFFFF url(/images/bg_text1.png) repeat;
	}
  
  #Message:hover
	{
    top: 39%;
    left: 30%;
		width: 40%;
    font-size: 120%;
    padding: 18px 12px 18px 12px;
    border: 7px solid #888888;
    border-radius:12px;
	}