/* Curtain.js - Example page */

@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-bold-webfont.woff') format('woff'),
         url('fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

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

}

body {
    font:13px/1.6 'open_sansregular', Arial, serif;
    font-weight: 400;
    color:#302e2e;
	background:#F9F9F9;
	min-height: 100%;
    -webkit-font-smoothing: antialiased;
}


h1{
    font-family: 'open_sansbold', sans-serif;
    font-weight:normal;
    font-size:20px;
    margin:0 0 15px;
}
p{
    margin:0 0 10px;
}
.mentions{
padding:20px;
}