/* Flash page CSS Document for Diamond Crew */

html{
    height: 100%;
	overflow: auto;
}
	
body {
	height: 100%;
	background-color:#FFFFFF; /* #FFFFFF --------- regular landing page */
	margin-top:50px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* color: #000000;  --------- regular landing page */
	color: #000000;
}

#container {
	width:900px;
	position: absolute;
	left: 50%;
	margin-left: -450px; /*set to a negative number 1/2 of your width*/

}

#graphic {
	/* background-image: url(../images/DCREW_Land.jpg);  --------- regular landing page */
	/* background-repeat:no-repeat; --------- regular landing page  */
	/* height: 532px; --------- regular landing page */
	height: 600px;
	width:900px;
}

.link {
	height: 600px;
	width: 900px;
	display: block;
}



#footer {
	text-align: center;
	line-height:20px;
}

#footer a:visited{
	/* color: #000000; --------- regular landing page */
	color: #000000;
	text-decoration:none;
}

#footer a:link {
	/* color: #000000; --------- regular landing page */
	color: #000000;
	text-decoration:none;
}


#footer a:hover{
	/* color:  #683695;  ---------PURPLE color for regular landing page */
	color: #683695;
	text-decoration:none;
}
