html, body, div, span, applet, object, iframe,                
h1, h2, h3, h4, h5, h6, p, blockquote, pre,                   
a, abbr, acronym, address, big, cite, code,                   
del, dfn, em, font, img, ins, kbd, q, s, samp,                
small, strike, strong, sub, sup, tt, var,                     
b, u, i, center, dl, dt, dd, ol, ul, li,                      
fieldset, form, label, legend, table,                         
caption, tbody, tfoot, thead, tr, th, td                      
                  {margin: 0;padding: 0;border: 0;outline: 0; 
                  font-size: 100%;vertical-align: baseline;   
                  background: transparent;}                   
body              {line-height: 1;}                           

body {
        color: #fff;
        background-color: #0099ff;
}

a:link {color:#000000;}      
a:visited {color:#000000;} /* visited link */
a:hover {color:#FFFFFF;}   /* mouse over link */
a:active {color:#000000;}  /* selected link */
a {text-decoration:none}

.size60{ font-size: 60px; }
.size72{ font-size: 72px; }

@font-face {
    font-family: 'barrioregular';
    src: url('barrio-regular-webfont.eot');
    src: url('barrio-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('barrio-regular-webfont.woff') format('woff'),
         url('barrio-regular-webfont.ttf') format('truetype'),
         url('barrio-regular-webfont.svg#barrioregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body #main-container {
	width: 900px;
	margin: 0 auto;
	background: #99d6ff url();
        background-repeat: repeat-y; 
}
