@media screen, projection, tv {
	body {
		background-image:url('../../images/background.jpg');
		background-repeat: no-repeat;
		font-family: "Times New Roman", Times;
	}
	a:hover {
		color: #cc0000;
	}
	img {
		border: none;
	}
	th {
        background-color: #e5e5e5;
        padding: 5px;
		text-align: right;
	}
	td {
        padding: 5px;
		text-align: left;
	}
	table#skills {
		width: 100%;
		border-collapse:separate;
		border-spacing: 10px;
	}
	#skills td {
		vertical-align: top;
		width: 50%;
		padding: 5px;
		border: solid 1px black;
	}
	pre.code {
		border: dashed thin black;
		color: black;
		background-color: #FFBBBB;
		padding: 10px;
	}
	div#favQuote {
		position: absolute;
		left: 330px;
		top: 380px;
		width: 400px;
		font-style: italic;
	}
	
	div#loadingSplash {
		position: absolute;
		cursor: wait;
		left: 0%;
		top: 0%;
		width: 100%;
		height: 100%;
		background-color: #000000;
		color: #FFFFFF;
		font-size: 72px;
		display: block;
		z-index: 9999;
	}
	div#loadingSplash p {
		position: absolute;
		top: 30%;
	}
	div#links {
		display: block;
		position: absolute;
		left: 220px;
		top: 12px;
		z-index: 1;
	}
	div#links a {
		display: inline;
		padding: 5px;
		border-top: solid thin black;
		border-left: solid thin black;
		border-right: solid thin black;
		margin-left: 5px;
	}

}

@media handheld, print {
	body {
		margin: 2px;
		background-color: #FFFFFF;
	}
}