/* CSS Document */

body {
margin: 0;/* without margins the page would be stuck to the sides*/
text-align: center; /* to correct the centering IE bug*/
font-family: verdana, arial, sans-serif; /* base font is defined in the page */
font-size: 12px; /* size font is defined in the page */
background-image: url(../images/Summit.gif);
}






