@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*====END RESET===*/

@font-face {
	font-family: "Eurofurence Light";
	src: url('eurof35-webfont.eot');
	src: local('☺'), 
		url('eurof35-webfont.woff') format('woff'),
		url('eurof35-webfont.ttf') format('truetype'), 
		url('eurof35-webfont.svg#webfont0A8Hmyew') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: url(../images/full-bg.jpg) no-repeat;
	background-color: #000;
	font-family: 'Eurofurence Light';
	color: #fff;
	font-size: 14pt;
}

#wrapper {
	margin: 0 auto;
}

#container {
	width: 644px;
	margin: 50px auto;
}

.main a, .about a, .packages a, .contact a, .graphDes a, .webDev a, .blog a {
	display: block;
	color: transparent;
	font-size: 0px;
}

.main {
	background: url(../images/homeNav/dkbWorks.png) no-repeat;
	width: 465px;
	height: 219px;
	float: left;
}

.about a {
	background: url(../images/homeNav/about-all.png);
	width: 179px;
	height: 81px;
	float: left;
}

.about a:hover {
	background-position: 0 -81px;
}

.packages a {
	background: url(../images/homeNav/packages-all.jpg); 
	width: 179px;
	height: 69px;
	float: left;
}

.packages a:hover {
	background-position: 0 -69px;
}

.contact a {
	background: url(../images/homeNav/contact-all.jpg);
	width: 179px;
	height: 69px;
	float: left;
}

.contact a:hover {
	background-position: 0 -70px;
}

.graphDes a {
	background: url(../images/homeNav/graphic-des-all.png);
	width: 245px;
	height: 43px;
	float: left;
}

.graphDes a:hover {
	background-position: 0 -43px;
}

.webDev a {
	background: url(../images/homeNav/web-dev-all.jpg);
	width: 219px;
	height: 43px;
	float: left;
}

.webDev a:hover {
	background-position: 0 -43px;
}

.blog a {
	background: url(../images/homeNav/blog-all.png);
	width: 179px;
	height: 43px;
	float: left;
}

.blog a:hover {
/*	background: url(../images/homeNav/blog_over.png) no-repeat;*/
	background-position: 0 -43px;
}

#footer {
	text-align: center;
	color: white;
	font-size: 11pt;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
/*	background-color: #000;*/
}
