/* ILLUSION'S PHOTOGRAPHIC */
/* STYLES BY CARBON MEDIA */
/* http://www.carbonmedia.ca */

/* FILE LAST EDITED: 2006-07-26 BY CHUCK */

/****************************************************************/
/* 1. INITS */
/****************************************************************/

@import "common.css";

/****************************************************************/
/* 2. TAGS */
/****************************************************************/

/* 2.2. NON-SPECIALITY */

body {
	background: transparent #FFF;
	color: #999;
	font: 9pt/1 "Century Gothic", Tahoma, Helvetica, Sans-Serif;
	margin: 100px auto;
	text-align: center;
}
a {
  color: #999;
	padding: 0 2px 0 2px;
	text-decoration: none;
}
a:hover {
	color: #d79105;
	text-decoration: underline;
}
a img {
 border: 0; 
}
p {
	display: inline;
}
#container {
	margin: auto;
}
.requirements {
	display: block;
	font-size: 200%;
	padding: 200px 0 200px 0;
}
