/* CSS Document */

/* f-risky - Pantastic Voyage | CSS document | Strangecorp */
/* Jim Rixon | Senior Developer | Strange Corporation */

body * {
	margin: 0;
	padding: 0;
	}
	
body {		
	background-color:  #2E0052;
	color: #444;
			
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	
	margin: 0;
	padding: 0;
	
	margin: 0;
	padding: 0;
	}

.fleft {
	float: left;
	}
	
.fright {
	float: right;
	}

h1 {
	background: url(/pantastic/images/frisky_logo.gif) no-repeat;
	width: 220px;
	height: 220px;
	display: block;
	margin: 0 auto;
	}
	
	h1 span {
		position: absolute;
		top: -2000px;
		}
	
#flashwrapper {
	background-color:  #2E0052;
	width: 960px;
	margin: 0 auto;	
	text-align: center;
	}
	
#noflashcontent {
	border: 1px solid #ddd;
	margin: 40px auto;
	width: 240px;
	text-align: center;
	padding: 20px;
	}
	
	#noflashcontent img {
		margin: 0 0 20px 0;
		}
	
		#noflashcontent a img {
			margin: 0;
			border: 0;
			}
	
	#noflashcontent p {
		font-size: 1.1em;
		margin: 20px 0;
		}
		
	#noflashcontent p a {
		font-weight: bold;
		text-decoration: none;
		color: #30bbb6;
		}
		
	#noflashcontent p a:hover {	
		text-decoration: underline;
		}
		
#footer {
	width: 910px;
	margin: 40px auto 0 auto;	
	overflow: hidden;
	padding: 0 25px;
	background-color:  #2E0052;
	}
	
	
	#footer p {
		font-size: 1.1em;
		color: #8A669A;
		}
		
	#footer p a {
		color: #30bbb6;		
		text-decoration: none;
		}
		
		#footer p a:hover {		
			text-decoration: underline;
			}
		
