#header {
	height: 400px;
	background: transparent url(../img/header.png) bottom center no-repeat;
	color: #fff;
	font-size: 14px;
	margin-bottom: 40px;
}

#left {
	width: 240px;
	margin-right: 30px;
	float: left;
	text-align: left;
}

#middle {
	width: 260px;
	float: left;
}

#right {
     float: right;
    color: #333;
    background: #DBDBDA;
    margin: 0px 10px 10px 10px;
    padding: 10px 10px;
    width: 260px;
    display: inline;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    text-align: left;
 
}

/* boxes group */

#box-download:link, #box-download:visited {
	padding: 18px 5px 18px 72px;
	margin: 10px 0px;
	background: #DBDBDA url(../img/download.png) center left no-repeat;
    border: 1px solid #CCCCCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	width: 160px;
	display: block;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	}

#box-download:hover {
	background: #cccccc url(../img/download.png) center left no-repeat;
}

#box-download b {
	color: #666;
	font-size: 10px;
	display: block;
}

#box-purchase:link, #box-purchase:visited {
	padding: 18px 5px 18px 72px;
	margin: 10px 0px;
	background: #DBDBDA url(../img/purchase-clicker.png) center left no-repeat; /*cccfff*/
    border: 1px solid #CCCCCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	width: 160px;
	display: block;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	}

#box-purchase:hover {
	background: #cccccc url(../img/purchase-clicker.png) center left no-repeat;
}

#box-purchase b {
	color: #666;
	font-size: 10px;
	display: block;
}
