* {
    margin: 0;
    padding: 0;
}
html {
    overflow-x: hidden;
    overflow-y: scroll;
}

@-moz-keyframes reveal {
	0%   { opacity:0; padding:0 150px;}
	100% { opacity:1; padding:0 0;}
}
@-webkit-keyframes reveal {
	0%   { opacity:0; padding:0 150px;}
	100% { opacity:1; padding:0 0;}
}
@-ms-keyframes reveal {
	0%   { opacity:0; padding:0 150px;}
	100% { opacity:1; padding:0 0;}
}

body {
   background:url(main.png);
    color: #333333;
    font: 17px/1.4 Helvetica,sans-serif;
}
.group:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.group {
    clear: both;
    display: inline-block;
}
* html .group {
    height: 1%;
}
#top-container{ 
background: url(topbg.png) no-repeat scroll center -200px #000;
    box-shadow: 0 -10px 10px -5px rgba(0, 0, 0, 0.4) inset;
    height: 550px;
    position: absolute;
    top: 0;
	opacity:1;
    width: 100%;
 top:0; width:100%}
.group {
    display: block;
}
.ftext{}
.stext{}
article, aside, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
a:focus {
    outline: 0 none;
}
#outer{position:absolute;
	top:550px; width:100%}
	

.text-wrap {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 20px 1px -9px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 310px auto;
    text-align: center;
    width: 800px;
	position:relative;
 -moz-animation-name: reveal;
 -moz-animation-duration: 2.5s;
 -moz-animation-iteration-count: 1;
 -moz-animation-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);

  -webkit-animation-name: reveal;
 -webkit-animation-duration: 2.5s;
 -webkit-animation-iteration-count: 1;
 -webkit-animation-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 

  -ms-animation-name: reveal;
 -ms-animation-duration: 2.5s;
 -ms-animation-iteration-count: 1;
 -ms-animation-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
.hodd {
}
#main-content {
    padding: 70px 25px 25px 25px;
}
@font-face {
    font-family: "Populaire";
    src: url("../populaire-webfont.eot?") format("eot"), url("../populaire-webfont.woff") format("woff"), url("../populaire-webfont.ttf") format("truetype"), url("../populairemyfont-webfont.svg#svgFontName") format("svg");
}
@font-face {
    font-family: "MM";
    src: url("../mochamattari-webfont.eot?") format("eot"), url("../mochamattari-webfont.woff") format("woff"), url("../mochamattari-webfont.ttf") format("truetype"), url("../populairemyfont-webfont.svg#svgFontName") format("svg");
}

p {
    margin: 0 0 15px;
}

nav ul {
    background: none repeat scroll 0 0 #FFF4C2;
    border-radius: 15px 15px 0 0;
    list-style: none outside none;
    padding: 10px 20px;
    position: relative;
    width: 900px;
	
}
h1.bob {
   color: #fff;
    display: inline-block;
    font-family: Arial;
    font-size: 47px;
    font-weight: bold;
    line-height: 67px;
    margin-bottom: 5px;
    padding: 10px 12px;
    text-shadow: 0 2px #111;
	
}


