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

#skipnav {
	background-image:url(../img/background_skip_intro.gif);
	display: block;
	background-repeat: no-repeat;
	width: 321px;
	height: 50px;
	}
	
.corn {
	background-image:url(../img/skip_intro_corn.gif);
	display: block;
	background-repeat: no-repeat;
	width: 106px;
	height: 13px;
	float: left;
	position: relative;
	top: 20px;
	left: 16px;
	}
	
.corn a {
	width: 106px;
	height: 13px;
	display: block;
	text-decoration: none;
	}

	
.corn a:hover {
	background-image:url(../img/skip_intro_corn_over.gif);
	display: block;
	background-repeat: no-repeat;
	width: 106px;
	height: 13px;
	text-decoration: none;
	}
	
.cotton {
	background-image:url(../img/skip_intro_cotton.gif);
	display: block;
	background-repeat: no-repeat;
	width: 114px;
	height: 13px;
	float: right;
	position: relative;
	top: 20px;
	right: 13px;
	}
	
.cotton a {
	width: 114px;
	height: 13px;
	display: block;
	text-decoration: none;
	}	
	
.cotton a:hover {
	background-image:url(../img/skip_intro_cotton_over.gif);
	display: block;
	background-repeat: no-repeat;
	width: 114px;
	height: 13px;
	text-decoration: none;
	}	

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	}
