@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(../images/nebula1.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	color:#fff;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
	margin-bottom:-1px;
}
.header{
	margin-left:auto;
	margin-right:auto;
}
.content{
	width:970px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #000;
	background:url(../images/con_b.png);
	background-repeat:repeat;
	min-height:700px;
}
.footer{
	margin-left:auto;
	margin-right:auto;
	width:970px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	background-position:center;
	height:65px;
	margin-bottom:-20px;
	position:relative;
}
.social{
	bottom:70px;
	position:relative;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:125px;
}
p{
	padding-left:15px;
	padding-right:15px;
	text-align:left;
	padding-top:10px;
}
footer > p{
	padding-left:15px;
	text-align:left;
	padding-top:10px;
}
a:link, a:visited{
	color:#cccccc;
	text-decoration:none;
}
a:hover, a:focus{
	text-decoration:underline;
}
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 10px solid darkred;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}