@charset "utf-8";
/* CSS Document */

.header {
	background-image: url(../itnetworking%20site%20images/Header.jpg);
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 36px;
	position: absolute;
	z-index: 100;
	overflow: hidden;
}
.supremelogo {
	background-image: url(../itnetworking%20site%20images/Supreme%20Artistry%20Logo.png);
	background-repeat: no-repeat;
	width: 18%;
	height: 97px;
	margin-top: 36px;
	margin-left: 1130px;
	position: absolute;
}
.supremeartistry {
	background-image: url(../itnetworking%20site%20images/Supreme%20Artistry.png);
	background-repeat: no-repeat;
	width: 38%;
	height: 30px;
	margin-top: 0px;
	margin-left: 36px;
	position: absolute;
}
.menu {
	font-size: 16px;
	margin-top: 6px;
	margin-left: 80%;	
}
.techheader {
	background-image: url(../itnetworking%20site%20images/IT%20Tech%20Header.jpg);
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	top: 32px;
	left: 0px;
	width: 100%;
	height: 182px;
	position: absolute;
	overflow: hidden;
}
.middlecontent {
	left: 0px;
	width: 100%;
	height: 250px;
	margin-top: 218px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.blackstrip {
	background-color: #000;
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	top: 494px;
	width: 100%;
	left: 0px;
	height: 123px;
	position: absolute;
}
.contactinfo {
	width: 312px;
	display: block;
	margin-top: 108px;
	margin-left: 14%;
	margin-right: auto;
	position: absolute;
}
.footer {
	background-image: url(../itnetworking%20site%20images/images/Footer.jpg);
	background-repeat: no-repeat;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	padding: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	position: fixed;
}
.copyright {
	background-image: url(../itnetworking%20site%20images/images/Copyright.png);
	background-repeat: no-repeat;
	width: 12%;
	height: 18px;
	margin-top: 12px;
	margin-left: 86%;
}

@media screen and (max-width: 1000px){
	.header {width: 1250px;}
	.techheader {width: 1250px;}
	.blackstrip {width: 1250px;}
}