* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

p {
 padding: 10px;
}

#wrapper {
 margin: 0 auto;
 width: 960px;
}

#content {
 float: left;
 color: #333;
 background: #FFFFFF;
 height: 350px;
 width: 320px;
 display: inline;
}

#header {
 color: #333;
 width: 960px;
 float: left;
 height: 222px;
 background: #FFFFFF;
 
}

#footer {
 width: 960px;
 height: 200px;
 clear: both;
 color: #333;
 background: #FFFFFF;
 padding-top: 20px;
}

#leftcolumn {
 color: #333;
 background: #FFFFFF;
 height: 350px;
 width: 320px;
 float: left;
}

#rightcolumn {
 color: #333;
 background: #FFFFFF;
 height: 350px;
 width: 320px;
 float: left;
}

.download {
 background: #FFFFFF;
 font-size: 34px;
 text-align: center;
}

h1 {
 background: #FFFFFF;
 font-size: 64px;
 text-align: left;
 font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
 padding-top:50px;
 padding-left:50px;
}

.p_header {
 font-size: 24px;
 padding-left:50px;
 margin-top: -15px;
}

.description {
 font-size: 20px;
 text-align: center;
 margin-left: 30px;
 margin-right: 30px;
 margin-top: -12px;
 color: #555555;
}

.icon {
  text-align: center;
}

.quarter {
 color: #333;
 height: 50px;
 width: 150px;
 float: left;
 text-align: center;
 vertical-align: middle;
 margin-top:100px;
 padding-left: 30px;
}
img {
    border:0;
}