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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #262634;
}

#container {
	width: 950px;
	margin: 0 auto;
	}
	
#topnav {
	width: 950px;
	}
	
.welcometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#freesites {
	background-color: #262634;
	}


#girls {
	background-image: url(images/girlsbg.jpg);
	background-repeat: no-repeat;
	background-color: #49b3ed;
	}
	
.style1 {
	color: #FFFFFF
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}