body
{
width: 70%;
height: 100%;

margin:auto;
margin-top: 20px;
margin-bottom: 0px;

background-color: #343770;
background-image: url("iconemenu/copyright2.png");
background-position: top-left;
background-repeat: no-repeat;

}


#legals
{
display: block;
height: 50%;
width: 70%;
text-align: left;
float: left;
font-size: 0.8em;
color: white;
font-family: "century gothic";
padding-left: 50px;
}

h2
{
text-align: center;
display: inline;
padding-left: 10em;
}

h3
{
text-align: left;
}

#legals a
{
color: orange;
}

#legals a:hover
{
color: red;
}

#backhome
{
width: 100px;
height: 50px;
/*border: 1px ridge white;*/
position: absolute;
right: 10%;
bottom: 10%;
color: #ffbe28;
display: inline;
text-align: center;
}

#backhome a
{
width: 100px;
height: 45px;
/*border: 1px ridge white;*/
position: absolute;
bottom: 10%;
right: 10%;	
color: white;
display: inline;
text-align: center;
border: 1px outset white;
}

#backhome a:hover
{
width: 100px;
height: 40px;
/*border: 1px ridge white;*/
position: absolute;
bottom: 10%;
right: 10%;
color: orange;
display: inline;
text-align: center;
font-weight: bold;
border: 1px inset white;
background-color: grey;
text-decoration: none;
}

#backgarde
{
width: 100px;
height: 50px;
/*border: 1px ridge white;*/
position: absolute;
right: 10%;
bottom: 25%;
color: #ffbe28;
display: inline;
text-align: center;
text-decoration: none;
}

#backgarde a
{
width: 100px;
height: 60px;
/*border: 1px ridge white;*/
position: absolute;
bottom: 25%;
right: 10%;	
color: #ffbe28;
display: inline;
text-align: center;
text-decoration: none;
border: 1px outset orange;
}

#backgarde a:hover
{
width: 100px;
height: 60px;
/*border: 1px ridge white;*/
position: absolute;
bottom: 25%;
right: 10%;
color: white;
display: inline;
text-align: center;
text-decoration: none;
border: 1px inset orange;
background-color: orange;
}

#backgarde a:focus
{
width: 100px;
height: 60px;
position: absolute;
bottom: 25%;
right: 10%;	
color: black;
display: inline;
text-align: center;
text-decoration: none;
border: 1px inset orange;
background-color: none;
}

#backgarde:focus
{
width: 100px;
height: 60px;
position: absolute;
bottom: 25%;
right: 10%;	
color: black;
display: inline;
text-align: center;
text-decoration: none;
border: 1px inset orange;
background-color: none;
}