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

#maindiv {
	width: 900px;
	height: 1268px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	background-color:#000;
	margin-left: 0px;	

}

body {
	margin: 0; 
	padding: 0;
	background-color:#000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}


#footer2 {
	position:fixed;
	bottom: 0;
	width:100%;
	text-align:left;
	
	
}

#pinterest {
	position:relative;
	bottom: 600px;
	left:460px;
	width:70px;
	text-align:left;
	
	
}

p {
	font-family:Verdana, Geneva, sans-serif;
	color:#Ccc;
	font-size:9px;
}

a:link {color:#900;}
