@charset "UTF-8";
/* CSS Document */
	body{
		background-color:#000;
		background-image: url(tile2.png);
		background-repeat:repeat-x;
	}


#header{
    float:right;
	height:120px;
	width:1024px;
}


#container{
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	height:768px;
}

#box1{
margin-left:auto;
	margin-right:auto;
float:right;
width:885px;
height:476px;


}

#box2{
margin-left:auto;
margin-right:auto;
float:right;
width:700px;
height:800px;
}
#navbox{
margin-left:auto;
margin-right:auto;
	width:103px;
	height:344px;
	float:left;
	position:fixed;
	top: 110px;
}

#btn1 a {
	display:block;
	width:103px;
	height:49px;
	background-position:left;
	background-repeat:no-repeat;
	background-image: url(img/home.png);
}

#btn1 a:hover {
	background-position:-103px 0px;
}

#btn1 a:active {
	background-position:-206px 0px;
}
#btn2 a {
	display:block;
	width:103px;
	height:49px;
	background-position:left;
	background-repeat:no-repeat;
	background-image: url(img/aboutbtn.png);
}

#btn2 a:hover {
	background-position:-103px 0px;
}

#btn2 a:active {
	background-position:-206px 0px;
}
#btn3 a {
	display:block;
	width:103px;
	height:49px;
	background-position:left;
	background-repeat:no-repeat;
	background-image: url(img/photos.png);
}

#btn3 a:hover {
	background-position:-103px 0px;
}

#btn3 a:active {
	background-position:-206px 0px;
}
#btn4 a {
	display:block;
	width:103px;
	height:49px;
	background-position:left;
	background-repeat:no-repeat;
	background-image: url(img/design.png);
}

#btn4 a:hover {
	background-position:-103px 0px;
}

#btn4 a:active {
	background-position:-206px 0px;
}
#btn5 a {
	display:block;
	width:103px;
	height:49px;
	background-position:left;
	background-repeat:no-repeat;
	background-image: url(img/video.png);
}

#btn5 a:hover {
	background-position:-103px 0px;
}

#btn5 a:active {
	background-position:-206px 0px;
}
#btn6 a {
	display:block;
	width:103px;
	height:49px;
	background-position:left;
	background-repeat:no-repeat;
	background-image: url(img/storebtn.png);
}

#btn6 a:hover {
	background-position:-103px 0px;
}

#btn6 a:active {
	background-position:-206px 0px;
}
#btn7 a {
	display:block;
	width:103px;
	height:49px;
	background-position:left;
	background-repeat:no-repeat;
	background-image: url(img/linksbtn.png);
}

#btn7 a:hover {
	background-position:-103px 0px;
}

#btn7 a:active {
	background-position:-206px 0px;
}

#btn8 a {
	display:block;
	width:103px;
	height:49px;
	background-position:left;
	background-repeat:no-repeat;
	background-image: url(img/contact.png);
}

#btn8 a:hover {
	background-position:-103px 0px;
}

#btn8 a:active {
	background-position:-206px 0px;
}


html{
	overflow:scroll;
}

