@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	margin: auto;
	padding: 0px;
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
}
h1 {
	display:none;
}
h4 {
	display:none;
}
#logo {
	background-image: url(../images/logo.png);
	margin: auto;
	padding: 0px;
	height: 135px;
	width: 338px;
}
#wrapper {
	margin: auto;
	padding: 0px;
	height: 768px;
	width: 994px;
}

#box-wrapper {
	height: 434px;
	width: 591px;
	padding: 0px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#box1 {
	height: 433px;
	width: 190px;
	float: left;
	margin-right: 10px;
	background-image: url(../images/photobox.png);
	background-repeat: no-repeat;
}
#box2 {
	height: 433px;
	width: 190px;
	float: left;
	margin-right: 10px;
	background-image: url(../images/webdevbox.png);
	background-repeat: no-repeat;
}
#box3 {
	height: 433px;
	width: 190px;
	float: left;
	background-image: url(../images/pcrepair.png);
	background-repeat: no-repeat;
}
.box-text {
	height: 310px;
	width: 180px;
	margin-top: 68px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	font-variant: normal;
	padding: 5px;
}
.box-link {
	width: 190px;
	height: 45px;
}
#footer {
	padding: 0px;
	height: 100px;
	width: 500px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
}
