html,body{margin:0;padding:0}

body{
background-color:#7e7a77; 
font: 90% helvetica, arial, sans-serif; 
background-image: url('images/london.jpg');
background-repeat: no-repeat;
overflow:auto;
background-attachment:scroll;
text-align:center;
max-height:1000px;}


a {text-decoration:none; color:#000;}
a:link{color:#476B8F;text-decoration:none;}
a:hover{color:#476B8F; text-decoration:none; border-bottom: 1px solid #ccc; padding-bottom:2px;}
a:visited{color:#000;text-decoration:none;}

#header{
z-index:5;
text-align:center;
margin-top:28px;
width:100%;
overflow:hidden;
}

#container{
text-align:left;
width:500px;
height:900px;
margin:0 auto;
}

#content{
float:left;
margin-top:10px;
position:relative;
width:90%;
color:#000;
z-index:6;
line-height:1.6em;
margin:10px;
padding:20px;
overflow:auto;
height:350px;
background-color:#fff;
-moz-border-radius: 15px;
border-radius: 15px; 
border:10px solid #476B8F;

}



#footer{
clear:both;
width:100%;
z-index:4;
}

#footer p{
font-size:10px;
color:#fff;
padding-top:32px;
text-align:center;
}

h2{
color: #fff;
text-align:center;
font-weight: 200;
font-size: 5.2em;
line-height:0.8;
font-variant:small-caps;

}

h3{
font-family: georgia;
color: #000;
font-weight: normal;
font-size: 2.2em;
}

h1{
color: #476B8F;
text-align:center;
font-weight: normal;
font-size: 2.2em;
font-variant:small-caps;
line-height:1.5;
}


textarea {
border: solid 1px #222;
background: transparent;
width:99%;
height: 80px;
font-family:verdana;
font-size:10px;
color:#222222;
padding: 3px;
margin-top: 5px;
margin-bottom: 25px;}
