﻿#fallBack {
	padding-top: 220px;
	font: 70px/120% "Droid Sans", helvetica, arial, sans-serif;
	color: #fff;
	text-align: right;
	margin-right: 20px;
}

#topPic {
        background: #000;
        height: 400px;
        font: 14px/100% "Droid Sans", helvetica, arial, sans-serif;
        background: #000 url(../images/space1.jpg) 50% 50% no-repeat;
}

#topPic.v1{background-image: url(../images/space1.jpg);}
#topPic.v2{background-image: url(../images/space2.jpg);}

#topPic .text {
        width: 350px;
        float: right;
        zoom: 1;
        margin: 180px 50px 0 0;
        padding: 10px;
        background: rgba(0,0,0,.7);
}

#topPic .text p, #homePics .text a {
        line-height: 150%;
        color: #FFF;
}

#topPic .text a {
        color: #299ce8;
        font-weight: bold;
        text-decoration: none;
}

#topPic .text a:hover {
        color: #FFB400;
}

#topPic .text img {
        margin: 0 10px 5px 0;
        float: left;
        zoom: 1;
}

#topPic .text h2 {
        font-size: 20px;
        color: #fff;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #299ce8;
}

#topPic .text h3 {
        font-size: 16px;
        color: #299ce8;
        text-align: right;
        padding: 5px 0 10px 0;
}
