@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	font-family: Tahoma, sans-serif;
	}

a:link {
	color: #807F84;
}
a:visited {
	color: #807F84;
}
a:hover {
	color: #565558;
}
a:active {
	color: #565558;
}
	
#header {
	width: 950px;
	padding-left: 3px;
	margin: 0 auto;
	}
	
#home {
	width: 950px;
	height: 500px;
	margin: 0 auto;
	background-image: url('images/img_welcome.jpg');
	}
	
#aboutus {
	width: 950px;
	height: 500px;
	margin: 0 auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url('images/bg_aboutus.jpg');
	}
	
#design {
	width: 950px;
	height: 500px;
	margin: 0 auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url('images/bg_design.jpg');
	}

#lithoprint {
	width: 950px;
	height: 500px;
	margin: 0 auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url('images/bg_lithoprint.jpg');
	}

#digitalprint {
	width: 950px;
	height: 500px;
	margin: 0 auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url('images/bg_digitalprint.jpg');
	}
	
#exhibitions {
	width: 950px;
	height: 500px;
	margin: 0 auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url('images/bg_exhibitions.jpg');
	}	

#displays {
	width: 950px;
	height: 500px;
	margin: 0 auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url('images/bg_displays.jpg');
	}

#point {
	width: 950px;
	height: 500px;
	margin: 0 auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url('images/bg_point.jpg');
	}
	
#signs {
	width: 950px;
	height: 500px;
	margin: 0 auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url('images/bg_signs.jpg');
	}
	
#contact {
	width: 950px;
	height: 500px;
	margin: 0 auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url('images/bg_contact.jpg');
	}
	
#scroll {
	float: right; 
	margin-right: 20px; 
	margin-top: 20px;
	width: 410px; 
	color: #ffffff;
	height: 300px;
	overflow: auto;
	overflow-x:hidden;  	
	padding-right: 10px;
	font-size: 12px;
	}

#footer {
	width: 950px;
	text-align: center;
	position: relative;
	bottom: 0px;
	margin: 0 auto;
	padding: 10px;
	font-size: 11px;
	color: #999999;
	}