@import url('main.css');

*{

	padding: 0px;
	margin: 0px;

}

html{

	font-size: 62.5%;

}

body{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;

}

/* These specifications should prevent incorrectly font sizes due to inheritance */
table, th, td, li li, li p, td p, blockquote p {font-size:1em}

#leftcol p.quote a.jobs{
	display:block;
	width:144px;
	height:38px;
	background:url(/dca-jobs-btn.gif) no-repeat 0 0;
	text-indent:-999em;
}

#leftcol p.quote a.movie{
	display:block;
	width:144px;
	height:21px;
	background:url(/dcamovie-btn.gif) no-repeat 0 0;
	text-indent:-999em;
}

#leftcol p.quote a.jobs:hover{
	background-position:0 -39px;
}

#leftcol p.quote a.movie:hover{
	background-position:0 -21px;
}