/* CSS RESET */
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;
  text-decoration: none;
}

:focus {
  outline: 0;
}
body {
  line-height: 1px;
  color: #3d3d3d;
  background: white;
}


table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}


body {
  font-size: 11px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  line-height: 17px;
}


h1,h2,h3,h4,h5,h6 { font-family: Arial, Helvetica, Verdana, sans-serif; font-weight:normal; padding: 0 0 3px 0; line-height: 20px; }
h1 { font-size: 166.67%; color: #f15a22; }                      /* 20px */
h2 { font-size: 150%; color: #f15a22; }                         /* 18px */
h3 { font-size: 150%; color: #8f8e8e; }                         /* 18px */
h4 { font-size: 133.33%; color: #8f8e8e;}                       /* 16px */
h5 { font-size: 116.67%; color: #f15a22; }                      /* 13px */
h6 { font-size: 108.335%; color: #f15a22; }                     /* 14px */

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

a {
  color: #f15a22;
}

*{
  margin: 0;
  padding: 0;
}

html, body{
  height: 100%;
}

ul, ol {
  margin-left: 13px;
  list-style-position: outside;
}

body{
  background-image: url(../background/body.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: top center;
  text-align: center;
}
	
#wrap {
  width: 906px;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#header{
  width: 898px;
  height: 66px;
  display: block;
  padding-left: 8px;
  float: left;
  text-align: left;
  padding-top: 34px;
  position: relative;
  z-index: 9;
}

#header a {
	width: 337px;
	height: 40px;
	background-image: url(../background/loiste-digitaalisen-median.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}


#loistefi {
  width: 103px;
  height: 121px;
  position: absolute;
  right: -30px;
  top: -60px;
}

#content {
  float: left;
  position: relative;
}

#footer{
  width: 906px;
  height: 40px;
  padding: 5px 0px;
  text-align: left;
  float: left;
}

#footer p{
  color: #c7c7c7;
  font-size: 10px;
}
