@font-face {
    font-family: gotham-rounded-light;
	src: url('../fonts/GothamRoundedLight_21020.ttf') format('truetype');
}
* {
    color: #303030;
    font-family: gotham-rounded-light,helvetica,sans-serif;
    font-size: 1em;
}
html {
    margin: 0;
    padding: 0;
}
body {
    background-attachment: fixed;
    background-color: #F6F6F6;
    margin: 0;
    padding: 20px 0 100px;
}
h1, h2 {
    font-weight: normal;
    text-align: center;
}
h1, h2 {
    font-size: 2.1em;
	margin-bottom: 1.6em;
}
img {
    border: medium none;
}
a {
    border: medium none;
}
a:hover {
  color: #5A8DAB;
}
hr {
    background: url("../i/border.jpg") repeat-x scroll left bottom transparent;
    border: thin none;
    height: 1px;
    color: #5A8DAB;
    margin-top: 3em;
	margin-bottom: 3em;
}
hr.faded { 
	border: 0; height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
li {
    background: url("../i/arrow_icon.png") no-repeat scroll left center transparent;
    font-size: 1.1em;
    line-height: 1.55em;
    margin-top: 10px;
    padding-left: 40px;
}
a.nolink {
    cursor: default;
}
#faq li {
    margin-top: 40px;
}
#header {
    clear: both;
    position: absolute;
}
#page {
    margin: 0 auto;
    width: 800px;
}
#main-picture {
    margin-top: 40px;
    text-align: center;
}
#sub-picture {
	background: url(http://www.icedev.se/i/icelogo.png) no-repeat;
	background-size: 140px 140px;
	height: 140px;
}
#progress {
    text-align: center;
}
#progress progress {
    margin-top: 30px;
    width: 500px;
}
#progress strong {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}
#progress p {
    font-size: 14px;
    margin-top: 20px;
}
#buttons {
    margin-top: 20px;
    text-align: center;
}
#buttons a {
    margin-right: 30px;
}
#download-text {
    font-size: 1.5em;
    margin-top: 30px;
    text-align: center;
}
.sep { margin: 1em 3em;}