@charset "utf-8";
/**************************************************************************************************
INITIAL SETTINGS
**************************************************************************************************/

h1, h2, h3, h4, h5, h6 { 
margin: 0px;
padding: 0px;
font-size: 1em;
font-weight: normal;
line-height: 1;
}

p{
margin: 0;
padding: 0;
font-size: 1.1em;
line-height: 170%;
}

ul, ol, li  {
margin: 0px;
padding: 0px;
list-style: none;
/*line-height: 1;*/
}

dl, dt, dd {
margin: 0px;
padding: 0px;
font-weight: normal;
}

form, fieldset, input, textarea, select, option, label {
margin: 0px;
padding: 0px;
}

fieldset, a img {
border: 0;
}

table{
border-collapse: collapse;
border-spacing: 0;
}

table, th, td, th {
margin: 0px;
padding: 0px;
font-weight: normal;
}

pre, address, blockquote, caption, cite, code {
margin: 0px;
padding: 0px;
}

pre, code {
/*font-size: 11px;*/
font-weight: normal;
font-style: normal;
}

/**************************************************************************************************
GENERAL
**************************************************************************************************/
body{
margin:0px;
padding:0px;
text-align: center;
background: #e9e9e9 url(img/bg.jpg) no-repeat top left; 
font-size: 62.5%;
color: #000000;
}

#description{
text-indent: -9999px;
text-decoration: none;
position: relative;
}

#description a{
position: absolute;
top: 295px;
left: 73px;
display: block;
width: 177px;
height: 17px;
overflow: hidden;
}


