body {
  font-family: arial, verdana, helvetica, sansserif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  width: 600px;
}

h1 {
  font-size: 17px;
  color: #C30000;
  margin-bottom: 6px;
}

h2 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #C30000;
  margin-top: 20px;
}

ul {
  list-style-image: url(http://lapio.tietokoura.com/C2256FEF0043E9C1/neli.gif);
  list-style-position: outside;
}

.download-outer {
  display: inline-block;
  margin: 10px;
  width: 260px;
  border: 1px solid green;
}

.download-outer a {
  color: white;
  text-decoration: none;
}

.buynow-outer a {
  color: white;
  text-decoration: none;
}

.buynow-outer {
  display: inline-block;
  margin: 10px;
  width: 260px;
  border: 1px solid blue;
}


.download-inner {
  border: 1px solid white;
  width: 194px;
  height: 46px;
  padding: 6px 4px 4px 60px;
  background: green url('/assets/3/download.png') 4px 4px no-repeat;
  color: white;
}

.buynow-inner {
  border: 1px solid white;
  width: 194px;
  height: 46px;
  padding: 6px 4px 4px 60px;
  background: blue url('/assets/4/buynow.png') 4px 4px no-repeat;
  color: white;
}

span.header {
  font-size: 20px;
}

span.footer {
  font-size: 10px;
}

div.video {
  width: 300px;
  height: 200px;
  float: right;
  margin: 0px 0px 20px 20px;
}
