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

#badge {
    padding: 15px 0px 0px 600px;
}

#download-area
{
    width: 220px;
    padding: 220px 0px 0px 505px;
}

#download-link:link, #download-link:visited {
    color: #A8CBF1;
    text-shadow: 0px 2px 2px #333;
    text-decoration: none;
}

#download-link:hover {
    color: #fff;
    text-shadow: none;
    text-decoration: underline;
}

#quotes {
    width: 220px;
    padding: 25px 0px 0px 505px;
}


/* boxes group */

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

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

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

#box-download:link, #box-download:visited {
	padding: 18px 5px 18px 72px;
	margin: 10px 16px;
	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: 190px;
	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-everplay.png) center left no-repeat;
    border: 1px solid #CCCCCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	width: 190px;
	display: block;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	}

#box-purchase:hover {
	background: #CCCCCC url(../img/purchase-everplay.png) center left no-repeat; /* aaa */
}

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