/*----------------------------------------------------
	basic.css
	2007-10-15
	Access Interviews
	General styles shared by all pages
----------------------------------------------------*/
* {
	margin: 0;
	padding: 0;	
}

a img {
	border: none;
}

ul {
	list-style: none;
}

body {
	font-size: 62.5%;
	font-family: 'Trebuchet MS', geneva, sans-serif;
	background: #000;
}

/*----------------------------------------------------

	Link styles

----------------------------------------------------*/
a {
	font-weight: bold;
	color: #7cc017;
	text-decoration: none;
	font-size: 1.05em;
}

a:hover {
	color: #fff;

}

/*----------------------------------------------------

	Main styles

----------------------------------------------------*/
#container {
	text-align: center;
}
#holding {
	width: 277px;
	margin: 100px auto 0 auto;
}
