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

@import url("type.css");

body {
	background-color: #111111;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	
	width: 940px;
	margin: 0 auto;

}

img {
	border: 0 none;
}

div.logo {
	width: 940px;
	text-align: center;
}

div.featcont {
	width: 940px;
	margin-top: 35px;
	margin-bottom: 35px;
}

div.feattop {
	width: 940px;
	height: 13px;
	background-image: url(../images/featuredtop.png);
	background-repeat: no-repeat;
}

div.feat {
	width: 940px;
	min-height: 270px;
	background-color: #ebebeb;
	background-image: url(../images/featbg.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

div.featbtm {
	width: 940px;
	height: 10px;
	background-image: url(../images/featuredbtm.png);
	background-repeat: no-repeat;
}

div.featbox {
	width: 555px;
	height: 270px;
	background-image: url(../images/featbox.png);
	background-repeat: no-repeat; 
	margin-right: 5px;
	float: right;
	text-align: center;
}

div.feattext {
	width: 360px;
	height: auto;
	float: left;
	padding-left: 15px;
}

div.featsubtext {
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px 10px 10px 5px;
	margin-top: 5px;
}

div.contentcontainer {
	width: 940px;
	height: auto;
	margin-top: 10px;
}

div.aboutme {
	width: 290px;
	margin-left: 20px;
	float:left;
	background-image: url(../images/titles/aboutme.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 35px 15px 10px 5px;
}

div.services {
	width: 290px;
	float:left;
	margin-bottom: 15px;
	background-image: url(../images/titles/services.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 35px 15px 10px 5px;
}

div.followme {
	width: 270px;
	float: left;
	background-image: url(../images/titles/followme.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 35px 15px 10px 5px;
}

div.followme img {
	padding: 5px;
}

div.footer {
	height: 10px;
	width: 910px;
	clear: both;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	padding-bottom: 18px;
	background-color: rgba(0, 0, 0, 0.4);

	
}