body {
margin-top : 30px;
background-color : #FCF9EA;
background-image : url('img/bg.jpg');
background-position : top left;
background-repeat : repeat-x;
font-family : "trebuchet ms", tahoma, Arial, Helvetica, sans-serif;
font-weight : normal;
font-size : 13px;
color : #333333;
text-decoration : none;
margin-bottom : 0px; }

#intro {
width : 570px;
height: 720px;
border : 1px solid #CFA569;
margin-left : auto;
margin-right : auto;
background-image : url('img/intro_bg.jpg'); }

#intro img {
border : 1px solid #CFA569;
margin : 10px; }

#language {
width : 500px;
margin-left : auto;
margin-right : auto; }

#language img {
border : 1px solid #CFA569;
margin : 10px; }

#link {
margin-top : 50px;
text-align : right;
font-size : 10px; } 

a { 
text-decoration : none;
color : #CFA569; }

a:hover {
text-decoration : underline;
color : #735A37; }


