/*FoxRobin.com CSS : Snax Design 2009*/

html, body {
    min-width: 1000px;
	background-color: #111111;
}
	
a:focus {
    outline: none;
}

img {  
	border-style: none;
}

p {
	color: #777777;
	font-size: 16px;
}
	
h1 {
	font-size: 20px;
}

a:link {
	color: #000000;
	font-style: normal;
	text-decoration: underline;
}
	
a:hover {
	color: #555555;
	font-style: normal;
	text-decoration: underline;
}
	
a:visited {
	color: #333333;
}

#wrap {
    margin: 0 auto;
    width: 1000px;
	position: relative;
}

#fox_opening_anim {
	height: 438px;
	width: 700px;
	position: absolute;
	left: 150px;
	top: 100px;
}

#fox_home {
	height: 300px;
	width: 800px;
	position: absolute;
	left: 100px;
	top: 150px;
}
