.sectbg
{
 background-color: #000000;
 background-repeat: no-repeat;
 width: 250px;
 height: 500px;
 text-align: center;
 cursor: pointer;
 opacity: 0.65;
}

.sectbg:hover
{
 opacity: 1;
 background-position: -250px 0;
}

.secttitle
{
 font-family: "Times New Roman", serif;
 font-size: 28px;
 font-weight: bold;
}

.sectdesc
{
 color: #FFFFFF;
 font-size: 13px;
}

.sectlink, .sectlink a
{
 font-size: 16px;
 font-weight: bold;
 text-decoration: none !important;
}

.sectlink img
{
 width: 16px;
 height: 16px;
 vertical-align: middle;
 border: 0px;
}

.sectblue
{
 background-image: url(http://images.realityripple.com/blue/sectbg.png);
}
.sectblue .secttitle
{
 color: #0080FF;
}
.sectblue .sectlink a
{
 color: #0080FF;
}

.sectgreen
{
 background-image: url(http://images.realityripple.com/green/sectbg.png);
}
.sectgreen .secttitle
{
 color: #00FF00;
}
.sectgreen .sectlink a
{
 color: #00FF00;
}

.sectred
{
 background-image: url(http://images.realityripple.com/red/sectbg.png);
}
.sectred .secttitle
{
 color: #FF0000;
}
.sectred .sectlink a
{
 color: #FF0000;
}