/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins.css";


/* Site
-------------------------------------------------------------- */
body{
	text-align: center;
	margin-top: 6em;
}

#logo {
    background: url('../img/half_juni_logo.gif') no-repeat center;
    height: 140px;
}
#logo h1 {
    visibility: hidden;
}
p {
	margin: 1em;
}
