/* CSS Reset */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, table, tr, td, ul, ol, li, blockquote
{
   margin: 0;
   padding: 0;
   border: 0;
}


input, select, textarea
{
   font-size: inherit;
   font-family: inherit;
}

html
{
   font: 0.8em Verdana, Tahoma, Arial, Helvetica, sans-serif;
   line-height: 1;
}

a
{
   text-decoration: none;
   color: black;
}



a img
{
   border: none;
}



/* layout */


body{
	text-align:center;
	margin-top:100px;

}


