
body {
	background: #578bc0 url('images/background.jpg') repeat-x;
	font-family: arial;
	color: #fff;
	font-size: 25px;
}

#flag {
	float: left;
	width: 350px;
	height: 747px;	
}

#content {
	float: left;
	width: 500px;
	font-size: 16px;
    margin-top: 10px;
	margin-left: 10px;
	
}

#content a:link, a:visited {
	color: #fff;
} 

 

h1 {
	font-size: 25px;
        text-shadow:0 1px 2px #1659AC;
}


h2 {
	font-size: 20px;
	text-shadow:0 1px 2px #1659AC;
}

p {
	font-size: 16px;
}

.footer {
	clear: both;
    position: absolute;
	font-size: 16px;
	bottom: 0px;
	right: 0px;
	padding: 5px;
}

.footer a:link, a:visited {
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.footer a:hover {
	color: #93c3f4;
}

hr {
	border-top: 1px dotted #396490;
	border-bottom: none;
	border-right: none;
	border-left: none;
}


#status {
	background-color: #336699;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #4a77a5;
	padding: 20px;
	
}

#status a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

#flag img {
	border: none;
	margin: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

#flag a:hover img {
	margin-top: -20px;
}

