.content-1024 {
position: relative;
width: 1024px;
/*height: 1325px;*/
margin: 0px;
padding: 100px 0px 100px 0px;
border: 0px;
background: url(/main/images/back3.jpg) no-repeat;
}

#page {
position: relative;
width: 820px;
margin: 0px auto 0px auto;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.8);
}

.featured {
position: relative;
padding: 16px;
margin: 0px 0px 0px 0px;
}

.featured-text {
position: relative;
width: 250px;
height: 390px;
overflow: auto;
float: left;
text-align: justify;
}

.featured-image {
display: block;
position: relative;
width: 520px;
height: 390px;
float: right;
background-color: #000000;
border: 0px;
}

.item-wide {
position: relative;
width: 240px;
height: 430px;
margin: 10px 16px 0px 16px;
float: left;
overflow: hidden;
}

.item-more {                     /*"More" link*/
position: absolute;
bottom: 0px;
display: block;
width: 240px;
font-variant: small-caps;
font-weight: bold;
color: #FF00FF;
text-decoration: none;
text-align: center;
}

.item-more:hover {
/* background-color: #d20099; */
background-color: #FF00FF;
color: #000000;
}