@charset "UTF-8";

body
{
background-image:url("IMG_1103.jpg");
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
background-width:100%;
} 

#Opening_banner
{
font-size:40px;
color:white;
text-shadow: 0px 0px 2px black;
position:absolute;
top:150px;
left:100px;
}

#logo
{
position:absolute;
bottom:100px;
right:100px;;
}

