* {
margin:0;
padding:0;
outline:none;
font-family:Arial;
}

html {
height:100%;
}

body {
height:100%;
background-color:#f7dee9;
}

img {
border:none;
}
  
a {
text-align:center;
text-decoration:none;
color:grey;
display:block;
}

#main {
margin:auto;
width:992px;
height:100%;
background-image:url(images/main_bg.png);
background-repeat:repeat-y;
}
