/*SETTINGS*/
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, hr{
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
font-weight:inherit;
font-style:inherit;
font-family:inherit;
vertical-align:baseline;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend{
position:relative;
}
a{
text-decoration:none;
}
:focus{
outline:0;
}
em, i {
font-style:italic;
}
strong, b{
font-weight:bold;
}
body{
font-family:Arial, sans-serif;
font-size:14px;
line-height:22px;
color:#fff;
background:url(../img/bg.jpg) repeat-x #123959 0 97px;
}
html,body { 
height:100%;
}
/*FONT*/
@font-face {
    font-family: 'FagoNo';
    src: url('../font/fagono-webfont.eot');
    src: url('../font/fagono-webfont.eot?#iefix') format('embedded-opentype'),         
        url('../font/fagono-webfont.svg#FagoNoLfBold') format('svg'),
		url('../font/fagono-webfont.woff') format('woff'),
		url('../font/fagono-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FagoNoLfBold';
    src: url('../font/fagonolf-bold-webfont.eot');
    src: url('../font/fagonolf-bold-webfont.eot?#iefix') format('embedded-opentype'),         
        url('../font/fagonolf-bold-webfont.svg#FagoNoLfBold') format('svg'),
		url('../font/fagonolf-bold-webfont.woff') format('woff'),
		url('../font/fagonolf-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*LAYOUT*/
#bgImage {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index:-2;
background:url(../img/bg_img.png) repeat-no;
}
.wrapper{
margin:0 auto;
width:1024px;
}
#header{
height:97px;
background:#fff;
}
#moodstart{
height:338px;
background:#fffdee;
}
#mood{
height:238px;
}
#navigation{
height:42px;
background:url(../img/bg_navigation.jpg) repeat-x;
}
#content{
overflow:hidden;
background:url(../img/bg_content.png) repeat-y;
}
#sidebar{
width:233px;
float:left;
}
#scoop{
padding:20px;
width:751px;
float:left;
}
#footer{
clear:both;
display:block;
margin:30px 0 0 0;
font-size:11px;
line-height:15px;
}