
/* BODY */
body
{
background: rgb(51,51,51) url('bg_carbon.jpg') repeat;
font-family: Tahoma, Verdana, Arial;
text-align: center;
font-size: 62.5%;
min-width: 96em;
margin: 0;
padding: 0;
}

/* WRAPPER */
#wrapper
{
width: 95em;
max-width: 100%;
margin: 0 auto;
text-align: left;
background-color: rgb(255,255,255);
border: 5px solid rgb(255,255,255);
}

#wrapper.intro
{
margin-top: 30px;
}

/*INTRO*/
#intro
{
text-align: center;
font-size: 1.1em;
padding: 0 0 5px 0;
margin: 0px;
border: 1px solid rgb(0,0,0);
}

#intro a
{
color: rgb(0,0,0);
text-decoration: none;
}

#intro a:hover
{
color: rgb(204,0,0);
text-decoration: none;
}

#intro img
{
border: none;
}

#intro img.flag
{
border: solid 1px rgb(0,0,0);
margin: 2px;
margin-top: 10px;
}

.slideshow-intro
{
height: 402px;
border-bottom: 1px solid rgb(0,0,0);
margin-bottom: 10px;
}

.slideshow-intro img
{
padding: 1px;
}
