body
{
	font-family: 'Proza Libre', sans-serif;	
	background:#333333;
	color:#fff;
	margin:0;
}

p
{
 margin:5px 0px;	
}

a:link, a
{
	text-decoration:none;
	color:#333333;	
}

#star
{
	position: absolute;
top: 50px;
left: 50px;
border: 2px solid #fff;
border-radius: 10px;
width: 15px;
height: 15px;
cursor:pointer;
transition: box-shadow 2s;
}

#star.glow, #star:hover
{
	box-shadow: 0px 0px 15px #FFF;	
	transition: box-shadow 2s;
}

#star .description
{
	display:none;
	position: absolute;
top: 15px;
background: #fff;
color: #333333;
padding: 5px;
border-radius: 0px 10px 10px 10px;
box-shadow: 1px 4px 3px #000;
left: 15px;

}

#star:hover .description
{
	display:block;
}

#star .sun
{
	border: 1px solid #fff;
position: absolute;
top: 25%;
left: 25%;
height: 40%;
width: 40%;
border-radius: 50%;
background: #fff;	
}

#logo
{
	width:100%;
	height:100%;
	position:absolute;
	vertical-align:middle;
	text-align:center;
}

#logo h1
{
	position: absolute;
top: 40%;
text-align: center;
width: 100%;
font-size: 5em;
font-weight: bold;
font-family: impact;
text-shadow: 1px 2px 3px #000;	
}


#content
{
	background: #fff;
	color:#333333;
margin: 0 auto;
}


#foot
{
	position: fixed;
bottom: 0;
width: 300px;
height: 250px;
background: #fff;
border-radius: 0 100% 0 0%;	
}

#foot #schild
{
	border: 2px solid #000;
color: #333333;
text-align: center;
padding: 5px;
width: 100px;
position: absolute;
left: 105px;
top: -30px;
background: #fff;
transform: rotate(20deg);
font-size: 0.5em;	
}

#foot #stab
{
	height: 80px;
width: 6px;
background: #000;
position: absolute;
left: 140px;
transform: rotate(20deg);
border-radius: 15px;	
}


.bx-wrapper img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}