/*
This is a free CSS template with basic reset rules delivered by MGNN
License: Creative Common Derivative
*/


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, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, header, footer, hgroup, menu, nav, section, time, mark, audio, video, ul, ol, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}

body
{
	font-family: Arial, Myriad, Tahoma;
}

#wrapper
{
	margin: 0 auto;
	position: relative;
	width: 300px;
	height: 100%;
}

#homepage
{
	background: url(images/logo.png) no-repeat 0 0;
	padding-left: 120px;

	margin-top: 200px;
	height: 100px;
	padding-bottom: 20px;
	
	border-bottom: 4px solid #cccccc;
	margin-bottom: 15px;
}

