html, body{
	margin : 0px;
	background : #FFFFFF;
	font-size : 0.8em;
	font-family: Verdana, Tahoma, Arial;
	font-size: medium ;
	color : #F2EDCA;

}

#text_nav{
	position : absolute;
	bottom: 0;
	left : 0px;
	margin : 5px;
	font-size: x-small ;
	color : #bebebe;

}

#img{
     width: 80%;
     position: absolute;
     right: 10%;
     border : none;
}

#text_bottom{
	font-style: italic;
	position: relative;
	text-align: center;
	top: 100;
}

a:link, a:visited {
color : #62b0ff;
text-decoration : none;
}

a:hover {
color : #62b0ff;

text-decoration : underline;
}

