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

html 	{
	margin					: 0px;
	padding					: 0px;
}
		
body	{
	width					: 100%;
	margin					: 0px;
	padding					: 0px;
	background-image		: url('../img/background.jpg');
	background-repeat		: repeat-x;
	background-color		: #000;
	background-attachment	: fixed;
}

a:visited {
	border					: none;
	color					: inherit;
}

a {
	color					: #7a7a7a;
	font-style				: italic;	
}

a:hover {
	color					: #fff;
	font-style				: italic;
}

img {
	border					: none;
	color					: inherit;
}

#stripes #img {
	position				: absolute;	
}

#container	{
	width					: 1000px;
	margin-left				: auto;
	margin-right			: auto;
}

#container #header {
	width					: 1013px;
	height					: 145px;
	margin-left				: -10px;
	background-image		: url('../img/header_background.png');
	background-repeat		: no-repeat;
}

#container #header #welcome {
	width					: 708px;
	height					: 23px;
	position				: absolute;
	margin					: 10px 0px 0px 186px;
	font-family				: Arial;
	color					: #fff;
	font-size				: 12px;
	line-height				: 1.48em;
}

#container #header #more_info {
	width					: 680px;
	position				: absolute;
	margin					: -23px 0px 0px 0px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	line-height				: 1.48em;
}

#container #header #twitterfeed p {
	width					: 818px;
	height					: 10px;
	position				: absolute;
	margin					: 70px 0px 0px -66px;
	font-family				: Arial;
	color					: #aaa;
	font-size				: 11px;
	line-height				: 1.48em;
}

#container #header #twitterfeed a {
	color					: #7a7a7a;
	font-style				: italic;	
}

#container #header #twitterfeed a:hover {
	color					: #fff;
	font-style				: italic;
}

#container #body_stripes .right {
	width					: 1px;
	height					: 2700px;
	float					: right;
	background-image		: url('../img/body_stripe.png');
	background-repeat		: no-repeat;
}

#container #header #social_media {
	width					: 450px;
	height					: 19px;
	float					: right;
	margin-right			: 93px;
	margin-top				: 7px;
}

#container #header #social_media .dots {
	width					: 449px;
	height					: 15px;
	position				: absolute;
	margin					: 80px 6px 0px 0px;	
}

#container #header #social_media .youtube {
	width					: 49px;
	height					: 18px;
	position				: absolute;
	margin					: 78px 0px 0px -57px;	
	background-image		: url('../img/youtube_hover.jpg');
	background-repeat		: no-repeat;
}

#container #header #social_media .youtube a {
	display					: block;
}

#container #header #social_media .youtube a:hover img {
	visibility				: hidden;
}

#container #header #social_media .hyves {
	width					: 49px;
	height					: 18px;
	position				: absolute;
	margin					: 78px 0px 0px 11px;	
	background-image		: url('../img/hyves_hover.jpg');
	background-repeat		: no-repeat;
}

#container #header #social_media .hyves a {
	display					: block;
}

#container #header #social_media .hyves a:hover img {
	visibility				: hidden;
}

#container #header #social_media .facebook {
	width					: 58px;
	height					: 18px;
	position				: absolute;
	margin					: 78px 0px 0px 82px;	
	background-image		: url('../img/facebook_hover.jpg');
	background-repeat		: no-repeat;
}

#container #header #social_media .facebook a {
	display					: block;
}

#container #header #social_media .facebook a:hover img {
	visibility				: hidden;
}

#container #header #social_media .twitter {
	width					: 49px;
	height					: 18px;
	position				: absolute;
	margin					: 78px 0px 0px 162px;	
	background-image		: url('../img/twitter_hover.jpg');
	background-repeat		: no-repeat;
}

#container #header #social_media .twitter a {
	display					: block;
}

#container #header #social_media .twitter a:hover img {
	visibility				: hidden;
}

#container #header #social_media .deviantart {
	width					: 49px;
	height					: 18px;
	position				: absolute;
	margin					: 78px 0px 0px 232px;	
	background-image		: url('../img/deviantart_hover.jpg');
	background-repeat		: no-repeat;
}

#container #header #social_media .deviantart a {
	display					: block;
}

#container #header #social_media .deviantart a:hover img {
	visibility				: hidden;
}

#container #header #social_media .w3_check {
	width					: 75px;
	height					: 18px;
	position				: absolute;
	margin					: 78px 0px 0px 304px;	
	background-image		: url('../img/w3_hover.jpg');
	background-repeat		: no-repeat;
}

#container #header #social_media .w3_check a {
	display					: block;
}

#container #header #social_media .w3_check a:hover img {
	visibility				: hidden;
}

#container #header #social_media .cv {
	width					: 33px;
	height					: 13px;
	position				: absolute;
	margin					: 80px 0px 0px 400px;	
	background-image		: url('../img/cv_hover.jpg');
	background-repeat		: no-repeat;
}

#container #header #social_media .cv a {
	display					: block;
}

#container #header #social_media .cv a:hover img {
	visibility				: hidden;
}

#container #header #social_media .email {
	width					: 56px;
	height					: 13px;
	position				: absolute;
	margin					: 80px 0px 0px 452px;	
	background-image		: url('../img/email_hover.jpg');
	background-repeat		: no-repeat;
}

#container #header #social_media .email a {
	display					: block;
}

#container #header #social_media .email a:hover img {
	visibility				: hidden;
}

#container #projects #body_stripes {
	position				: absolute;
	margin-left				: -10px;
}

#container #projects #day-mar {
	width					: 992px;
	height					: 325px;
	background-image		: url('../img/background_black.jpg');
	background-repeat		: no-repeat;
}

#container #projects #day-mar .title {
	font-family				: Arial;
	color					: #707070;
	font-size				: 19px;
	position				: absolute;
	margin					: -14px 0px 0px 19px;
}

#container #projects #day-mar .type {
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 13.5px;
	position				: absolute;
	margin					: 36px 0px 0px 19px;
}

#container #projects #day-mar .text {
	width					: 358px;
	font-family				: Arial;
	color					: #707070;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 80px 0px 0px 19px;
}

#container #projects #day-mar .social_media {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 195px 0px 0px 19px;
}

#container #projects #day-mar .social_media a {
	color					: #6c6c6c;
}

#container #projects #day-mar .social_media a:hover {
	color					: #fff;

}

#container #projects #day-mar .work {
	width					: 366px;
	height					: 36px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 209px 0px 0px 19px;
}

#container #projects #day-mar .client {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	margin					: 223px 0px 0px 19px;
}

#container #projects #day-mar .client a {
	color					: #6c6c6c;
}

#container #projects #day-mar .client a:hover {
	color					: #fff;
}

#container #projects #day-mar .visit {
	position				: absolute;
	margin					: 277px 0px 0px 19px;
	background-image		: url('../img/visit_hover.jpg');
}

#container #projects #day-mar .visit a {
	display					: block;
}

#container #projects #day-mar .visit a:hover img {
	visibility				: hidden;
}

#container #projects #day-mar .image {
	width					: 565px;
	height					: 287px;
	float					: right;
	margin					: 17px 24px 0px 0px;
}

#container #projects #evil_activities {
	width					: 992px;
	height					: 325px;
	background-image		: url('../img/background_black.jpg');
	background-repeat		: no-repeat;
}

#container #projects #evil_activities .title {
	font-family				: Arial;
	color					: #707070;
	font-size				: 19px;
	position				: absolute;
	margin					: -14px 0px 0px 19px;
}

#container #projects #evil_activities .type {
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 13.5px;
	position				: absolute;
	margin					: 36px 0px 0px 19px;
}

#container #projects #evil_activities .text {
	width					: 358px;
	font-family				: Arial;
	color					: #707070;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 80px 0px 0px 19px;
}

#container #projects #evil_activities .social_media {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 209px 0px 0px 19px;
}

#container #projects #evil_activities .social_media a {
	color					: #6c6c6c;
}

#container #projects #evil_activities .social_media a:hover {
	color					: #fff;
}

#container #projects #evil_activities .work {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 223px 0px 0px 19px;
}

#container #projects #evil_activities .work a {
	color					: #7a7a7a;
}

#container #projects #evil_activities .work a:hover {
	color					: #fff;
}

#container #projects #evil_activities .client {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	margin					: 237px 0px 0px 19px;
}

#container #projects #evil_activities .client a {
	color					: #707070;
}

#container #projects #evil_activities .client a:hover {
	color					: #fff;
}

#container #projects #evil_activities .visit {
	position				: absolute;
	margin					: 277px 0px 0px 19px;
	background-image		: url('../img/visit_hover.jpg');
}

#container #projects #evil_activities .visit a {
	display					: block;
}

#container #projects #evil_activities .visit a:hover img {
	visibility				: hidden;
}

#container #projects #evil_activities .image {
	width					: 565px;
	height					: 287px;
	float					: right;
	margin					: 17px 24px 0px 0px;
}

#container #projects #patrick_prime {
	width					: 992px;
	height					: 325px;
	background-image		: url('../img/background_black.jpg');
	background-repeat		: no-repeat;
}

#container #projects #patrick_prime .title {
	font-family				: Arial;
	color					: #707070;
	font-size				: 19px;
	position				: absolute;
	margin					: -14px 0px 0px 19px;
}

#container #projects #patrick_prime .type {
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 13.5px;
	position				: absolute;
	margin					: 36px 0px 0px 19px;
}

#container #projects #patrick_prime .text {
	width					: 358px;
	font-family				: Arial;
	color					: #707070;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 80px 0px 0px 19px;
}

#container #projects #patrick_prime .work {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 170px 0px 0px 19px;
}

#container #projects #patrick_prime .client {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	margin					: 185px 0px 0px 19px;
}

#container #projects #patrick_prime .visit {
	position				: absolute;
	margin					: 277px 0px 0px 19px;
	background-image		: url('../img/visit_hover.jpg');
}

#container #projects #patrick_prime .visit a {
	display					: block;
}

#container #projects #patrick_prime .visit a:hover img {
	visibility				: hidden;
}

#container #projects #patrick_prime .image {
	width					: 565px;
	height					: 287px;
	float					: right;
	margin					: 17px 24px 0px 0px;
}

#container #projects #a2_records {
	width					: 992px;
	height					: 325px;
	background-image		: url('../img/background_black.jpg');
	background-repeat		: no-repeat;
}

#container #projects #a2_records .title {
	font-family				: Arial;
	color					: #707070;
	font-size				: 19px;
	position				: absolute;
	margin					: -14px 0px 0px 19px;
}

#container #projects #a2_records .type {
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 13.5px;
	position				: absolute;
	margin					: 36px 0px 0px 19px;
}

#container #projects #a2_records .text {
	width					: 358px;
	font-family				: Arial;
	color					: #707070;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 80px 0px 0px 19px;
}

#container #projects #a2_records .work {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 171px 0px 0px 19px;
}

#container #projects #a2_records .client {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	margin					: 196px 0px 0px 19px;
}

#container #projects #a2_records .client a {
	color					: #707070;
}

#container #projects #a2_records .client a:hover {
	color					: #fff;
}


#container #projects #a2_records .visit {
	position				: absolute;
	margin					: 277px 0px 0px 19px;
	background-image		: url('../img/visit_hover.jpg');
}

#container #projects #a2_records .visit a {
	display					: block;
}

#container #projects #a2_records .visit a:hover img {
	visibility				: hidden;
}

#container #projects #a2_records .image {
	width					: 565px;
	height					: 287px;
	float					: right;
	margin					: 17px 24px 0px 0px;
}

#container #projects #anagenetic {
	width					: 992px;
	height					: 325px;
	background-image		: url('../img/background_black.jpg');
	background-repeat		: no-repeat;
}

#container #projects #anagenetic .title {
	font-family				: Arial;
	color					: #707070;
	font-size				: 19px;
	position				: absolute;
	margin					: -14px 0px 0px 19px;
}

#container #projects #anagenetic .type {
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 13.5px;
	position				: absolute;
	margin					: 36px 0px 0px 19px;
}

#container #projects #anagenetic .text {
	width					: 358px;
	font-family				: Arial;
	color					: #707070;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 80px 0px 0px 19px;
}

#container #projects #anagenetic .work {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 171px 0px 0px 19px;
}

#container #projects #anagenetic .client {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	margin					: 196px 0px 0px 19px;
}

#container #projects #anagenetic .client a {
	color					: #707070;
}

#container #projects #anagenetic .client a:hover {
	color					: #fff;
}

#container #projects #anagenetic .visit {
	position				: absolute;
	margin					: 277px 0px 0px 19px;
	background-image		: url('../img/visit_hover.jpg');
}

#container #projects #anagenetic .visit a {
	display					: block;
}

#container #projects #anagenetic .visit a:hover img {
	visibility				: hidden;
}

#container #projects #anagenetic .image {
	width					: 565px;
	height					: 287px;
	float					: right;
	margin					: 17px 24px 0px 0px;
}

#container #projects #honka {
	width					: 992px;
	height					: 325px;
	background-image		: url('../img/background_black.jpg');
	background-repeat		: no-repeat;
}

#container #projects #honka .title {
	font-family				: Arial;
	color					: #707070;
	font-size				: 19px;
	position				: absolute;
	margin					: -14px 0px 0px 19px;
}

#container #projects #honka .type {
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 13.5px;
	position				: absolute;
	margin					: 36px 0px 0px 19px;
}

#container #projects #honka .text {
	width					: 358px;
	font-family				: Arial;
	color					: #707070;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 80px 0px 0px 19px;
}

#container #projects #honka .work {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 185px 0px 0px 19px;
}

#container #projects #honka .client {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	margin					: 200px 0px 0px 19px;
}

#container #projects #honka .visit {
	position				: absolute;
	margin					: 277px 0px 0px 19px;
	background-image		: url('../img/visit_hover.jpg');
}

#container #projects #honka .visit a {
	display					: block;
}

#container #projects #honka .visit a:hover img {
	visibility				: hidden;
}

#container #projects #honka .image {
	width					: 565px;
	height					: 287px;
	float					: right;
	margin					: 17px 24px 0px 0px;
}

#container #projects #second_identity {
	width					: 992px;
	height					: 325px;
	background-image		: url('../img/background_black.jpg');
	background-repeat		: no-repeat;
}

#container #projects #second_identity .title {
	font-family				: Arial;
	color					: #707070;
	font-size				: 19px;
	position				: absolute;
	margin					: -14px 0px 0px 19px;
}

#container #projects #second_identity .type {
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 13.5px;
	position				: absolute;
	margin					: 36px 0px 0px 19px;
}

#container #projects #second_identity .text {
	width					: 358px;
	font-family				: Arial;
	color					: #707070;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 80px 0px 0px 19px;
}

#container #projects #second_identity .work {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 185px 0px 0px 19px;
}

#container #projects #second_identity .client {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	margin					: 210px 0px 0px 19px;
}

#container #projects #second_identity .client a {
	color					: #707070;
}

#container #projects #second_identity .client a:hover {
	color					: #fff;
}

#container #projects #second_identity .visit {
	position				: absolute;
	margin					: 277px 0px 0px 19px;
	background-image		: url('../img/visit_hover.jpg');
}

#container #projects #second_identity .visit a {
	display					: block;
}

#container #projects #second_identity .visit a:hover img {
	visibility				: hidden;
}

#container #projects #second_identity .image {
	width					: 565px;
	height					: 287px;
	float					: right;
	margin					: 17px 24px 0px 0px;
}

#container #projects #bioweapon {
	width					: 992px;
	height					: 325px;
	background-image		: url('../img/background_black.jpg');
	background-repeat		: no-repeat;
}

#container #projects #bioweapon .title {
	font-family				: Arial;
	color					: #707070;
	font-size				: 19px;
	position				: absolute;
	margin					: -14px 0px 0px 19px;
}

#container #projects #bioweapon .type {
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 13.5px;
	position				: absolute;
	margin					: 36px 0px 0px 19px;
}

#container #projects #bioweapon .text {
	width					: 358px;
	font-family				: Arial;
	color					: #707070;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 80px 0px 0px 19px;
}

#container #projects #bioweapon .work {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 170px 0px 0px 19px;
}

#container #projects #bioweapon .client {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	margin					: 195px 0px 0px 19px;
}

#container #projects #bioweapon .client a {
	color					: #707070;
}

#container #projects #bioweapon .client a:hover {
	color					: #fff;
}

#container #projects #bioweapon .visit {
	position				: absolute;
	margin					: 277px 0px 0px 19px;
	background-image		: url('../img/visit_hover.jpg');
}

#container #projects #bioweapon .visit a {
	display					: block;
}

#container #projects #bioweapon .visit a:hover img {
	visibility				: hidden;
}

#container #projects #bioweapon .image {
	width					: 565px;
	height					: 287px;
	float					: right;
	margin					: 17px 24px 0px 0px;
}
#container #projects #gostosa {
	width					: 992px;
	height					: 325px;
	background-image		: url('../img/background_black.jpg');
	background-repeat		: no-repeat;
}

#container #projects #gostosa .title {
	font-family				: Arial;
	color					: #707070;
	font-size				: 19px;
	position				: absolute;
	margin					: -14px 0px 0px 19px;
}

#container #projects #gostosa .type {
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 13.5px;
	position				: absolute;
	margin					: 36px 0px 0px 19px;
}

#container #projects #gostosa .text {
	width					: 358px;
	font-family				: Arial;
	color					: #707070;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 80px 0px 0px 19px;
}

#container #projects #gostosa .work {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 200px 0px 0px 19px;
}

#container #projects #gostosa .client {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	margin					: 225px 0px 0px 19px;
}

#container #projects #gostosa .client a {
	color					: #707070;
}

#container #projects #gostosa .client a:hover {
	color					: #fff;
}

#container #projects #gostosa .visit {
	position				: absolute;
	margin					: 277px 0px 0px 19px;
	background-image		: url('../img/visit_hover.jpg');
}

#container #projects #gostosa .visit a {
	display					: block;
}

#container #projects #gostosa .visit a:hover img {
	visibility				: hidden;
}

#container #projects #gostosa .image {
	width					: 565px;
	height					: 287px;
	float					: right;
	margin					: 17px 24px 0px 0px;
}

#container #projects #jukkies {
	width					: 992px;
	height					: 325px;
	background-image		: url('../img/background_black.jpg');
	background-repeat		: no-repeat;
}

#container #projects #jukkies .title {
	font-family				: Arial;
	color					: #707070;
	font-size				: 19px;
	position				: absolute;
	margin					: -14px 0px 0px 19px;
}

#container #projects #jukkies .type {
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 13.5px;
	position				: absolute;
	margin					: 36px 0px 0px 19px;
}

#container #projects #jukkies .text {
	width					: 358px;
	font-family				: Arial;
	color					: #707070;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 80px 0px 0px 19px;
}

#container #projects #jukkies .work {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 213px 0px 0px 19px;
}

#container #projects #jukkies .client {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	margin					: 228px 0px 0px 19px;
}

#container #projects #jukkies .client a {
	color					: #707070;
}

#container #projects #jukkies .client a:hover {
	color					: #fff;
}

#container #projects #jukkies .visit {
	position				: absolute;
	margin					: 277px 0px 0px 19px;
	background-image		: url('../img/visit_hover.jpg');
}

#container #projects #jukkies .visit a {
	display					: block;
}

#container #projects #jukkies .visit a:hover img {
	visibility				: hidden;
}

#container #projects #jukkies .image {
	width					: 565px;
	height					: 287px;
	float					: right;
	margin					: 17px 24px 0px 0px;
}

#container #projects #heineken {
	width					: 992px;
	height					: 325px;
	background-image		: url('../img/background_black.jpg');
	background-repeat		: no-repeat;
}

#container #projects #heineken .title {
	font-family				: Arial;
	color					: #707070;
	font-size				: 19px;
	position				: absolute;
	margin					: -14px 0px 0px 19px;
}

#container #projects #heineken .type {
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 13.5px;
	position				: absolute;
	margin					: 36px 0px 0px 19px;
}

#container #projects #heineken .text {
	width					: 358px;
	font-family				: Arial;
	color					: #707070;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 80px 0px 0px 19px;
}

#container #projects #heineken .work {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 199px 0px 0px 19px;
}

#container #projects #heineken .client {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	margin					: 214px 0px 0px 19px;
}

#container #projects #heineken .client a {
	color					: #707070;
}

#container #projects #heineken .client a:hover {
	color					: #fff;
}

#container #projects #heineken .visit {
	position				: absolute;
	margin					: 277px 0px 0px 19px;
	background-image		: url('../img/visit_hover.jpg');
}

#container #projects #heineken .visit a {
	display					: block;
}

#container #projects #heineken .visit a:hover img {
	visibility				: hidden;
}

#container #projects #heineken .image {
	width					: 565px;
	height					: 287px;
	float					: right;
	margin					: 17px 24px 0px 0px;
}

#container #projects #basscreator {
	width					: 992px;
	height					: 325px;
	background-image		: url('../img/background_black.jpg');
	background-repeat		: no-repeat;
}

#container #projects #basscreator .title {
	font-family				: Arial;
	color					: #707070;
	font-size				: 19px;
	position				: absolute;
	margin					: -14px 0px 0px 19px;
}

#container #projects #basscreator .type {
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 13.5px;
	position				: absolute;
	margin					: 36px 0px 0px 19px;
}

#container #projects #basscreator .text {
	width					: 358px;
	font-family				: Arial;
	color					: #707070;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 80px 0px 0px 19px;
}

#container #projects #basscreator .work {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 185px 0px 0px 19px;
}

#container #projects #basscreator .client {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	margin					: 200px 0px 0px 19px;
}

#container #projects #basscreator .client a {
	color					: #707070;
}

#container #projects #basscreator .client a:hover {
	color					: #fff;
}

#container #projects #basscreator .visit {
	position				: absolute;
	margin					: 277px 0px 0px 19px;
	background-image		: url('../img/visit_hover.jpg');
}

#container #projects #basscreator .visit a {
	display					: block;
}

#container #projects #basscreator .visit a:hover img {
	visibility				: hidden;
}

#container #projects #basscreator .image {
	width					: 565px;
	height					: 287px;
	float					: right;
	margin					: 17px 24px 0px 0px;
}

#container #projects #iknow {
	width					: 992px;
	height					: 325px;
	background-image		: url('../img/background_black.jpg');
	background-repeat		: no-repeat;
}

#container #projects #iknow .title {
	font-family				: Arial;
	color					: #707070;
	font-size				: 19px;
	position				: absolute;
	margin					: -14px 0px 0px 19px;
}

#container #projects #iknow .type {
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 13.5px;
	position				: absolute;
	margin					: 36px 0px 0px 19px;
}

#container #projects #iknow .text {
	width					: 358px;
	font-family				: Arial;
	color					: #707070;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 80px 0px 0px 19px;
}

#container #projects #iknow .work {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	line-height				: 1.48em;
	margin					: 200px 0px 0px 19px;
}

#container #projects #iknow .client {
	width					: 366px;
	font-family				: Arial;
	color					: #aaaaaa;
	font-size				: 10px;
	position				: absolute;
	margin					: 215px 0px 0px 19px;
}

#container #projects #iknow .visit {
	position				: absolute;
	margin					: 277px 0px 0px 19px;
	background-image		: url('../img/visit_hover.jpg');
}

#container #projects #iknow .visit a {
	display					: block;
}

#container #projects #iknow .visit a:hover img {
	visibility				: hidden;
}

#container #projects #iknow .image {
	width					: 565px;
	height					: 287px;
	float					: right;
	margin					: 17px 24px 0px 0px;
}

#container #footer {
	width					: 992px;
	height					: 57px;
	background-image		: url('../img/footer_background.jpg');
	background-repeat		: no-repeat;
	position				: absolute;
}