body
{
	padding:0;
	margin:0;
	background:#dddddd;
}

#upDiv
{
	height:400;
	width:100%;
	background:yellow;
	z-index:-1;
	background:url('../img/background/bg.jpg');
	background-size:cover;
	position:absolute;
	top:0;
}

@media print{
  body {margin-top:0 !important;}
}

#lowDiv
{
	height:400;
	width:1000;
	background:;
	z-index:0;
	margin:auto;
	margin-top:40;
}

#navAndSlide
{
	height:400;
	width:1000;
	z-index:1;
	margin:auto;
	position:relative;
}

#mainContainer
{
	height:800;
	width:1000;
	background:lightgreen;
	z-index:3;
	position:relative;
	top:-400;
	margin-bottom:absolute;
}

#slantContainer
{
	width:250;
	height:300;
	float:left;
}



#slantContainer2
{
	width:250;
	height:300;
	float:left;
}

#slantContent
{
	width:200;
	height:200;
	top:10;
	position:relative;
	margin:auto;
	font-family:trebuchet ms;
	font-size:15;
	color:white;
}

#about
{
	width:1000;
	background:lightblue;
	position:relative;
	top:120;
	background:url('../img/background/bg.jpg');
	background-size:cover;
	font-family:trebuchet ms;
	color:white;
}
#chip
{
	width:1000;
	background:lightblue;
	position:relative;
	top:120;
	background:url('../img/background/bg.jpg');
	background-size:cover;
	font-family:trebuchet ms;
	color:white;
}

#innerabout
{
	height:600;
	width:950;
	margin:auto;
	color:gray;
}

#innerchip
{
	width:950;
	margin:auto;
	color:gray;
}

#aboutpic
{
	width:300;
	height:200;
}

#slantContent2
{
	width:200;
	height:200;
	top:10;
	position:relative;
	margin:auto;
	font-family:calibri;
	font-size:18;
	color:teal;
}

#infoSlant
{
	font-family:trebuchet ms;
	font-size:12;
	color:gray;
}

#infoSlant2
{
	font-family:trebuchet ms;
	font-size:12;
	color:black;
}

#infoSlant2:hover
{
	color:teal;
}

#serviceButton {
	-moz-box-shadow:inset -1px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset -1px 1px 0px 0px #bbdaf7;
	box-shadow:inset -1px 1px 0px 0px #bbdaf7;
	background-color:#79bbff;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:27px;
	line-height:27px;
	width:77px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
	position:relative;
	bottom:-15;
}
#serviceButton:hover {
	background-color:#378de5;
}
#serviceButton:active {
	position:relative;
	top:1px;
}

#footercontainer
{
	width:1000;
	height:150;
	margin:auto;
	font-family:trebuchet ms;
	font-size:12;
	color:gray;
}

#footerinnercontainer
{
	width:300;
	height:150;
	margin:auto;
	float:left;
	margin-left:33;
}

#footerinnercontainer a
{
	text-decoration:none;
	color:gray;
}

#footerinnercontainer a:hover
{
	color:white;
}
