@charset "utf-8";
/* CSS Document */

a img,:link img,:visited img {border:none;}

a:link {
color:#0e75cc; 
text-decoration:underline;
}
a:visited {
color:#0e75cc; 
}

body {
text-align:center;
background:#e9e5d5 url(images/bg-entrance.gif) repeat-x ;
font-family:Georgia, "Times New Roman", Times, serif;
padding-bottom:20px;
margin:0 auto;
}
p {
font-size:12px;
}
#container {
width:760px;
margin:0 auto;
}
.welcome h1 {
font-size:30px;
font-weight:normal;
margin:0;
padding:0;
}
.welcome p {
font-size:18px;
color:#877e6a;
padding-top:0;
margin-top:5px;
}
