@charset "UTF-8";
/* CSS Document */


body {
background:#FFF; 
font: normal 14px Verdana, Arial, Helvetica, sans-serif;
}

#container {
margin: 0px auto;
width: 800px;
height: 1200px;
z-index: 200;
padding: 10px;
padding-left: 0px;
text-align: center;
}

a {
color:#cb2027;
text-decoration: none;
}

a:hover {
color:#000;
text-decoration: underline;
}

img a {
border: 0;
text-decoration: none;
}

img a:hover {
border: 0;
text-decoration: none;
}



