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, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
background: #000;
color:#FFF;
text-align: center; 
font-size:11px;
font-family:arial,verdana;
line-height: 15px;

}
div#pohja {

margin: 0 auto;

}
#logo {
width:650;
height:281px;
}

#alaosa {
margin: 0 auto;
width:650px;
height:400px;
background:url("img/ala.png");

}

#padding {
text-align:left;
padding-top:27px;
padding-left:147px;
padding-right:147px;
}

h3 {
color:#f1f900;
font-size:14px;
font-weight:bold;
margin-bottom:10px;
}

h4 {
color:#f1f900;
font-size:11px;
font-weight:bold;
margin-top:5px;
margin-bottom:7px;
}
h4:hover {
color:#ff6000;
}

a:link, a:active, A:visited {
		 color: #9be400;  text-decoration: none;  }
		 
a:hover {
		 color: #ff6000;  text-decoration: none;  }  	
strong {
		font-weight:bold;
		color: #9be400;
		}
p {
	margin-top:5px;
	}
		 
