#box1{
	top:0px;
	left:400px;
	position:absolute;
	width:400px;
	height:50px;
	align:center;
}

#box2{
	top:50px;
	left:350px;
	position:absolute;
	width:500px;
	height:300px;
	image-size:500px 300px;
	background-image:url("Kingsman Main.jpg");
	background-size:500px 300px;
	
}

#box3{ /*This is the listing box*/
	top:100px;
	left:25px;
	position:absolute;
	width:300px;
	height:250px;
	background-color:rgb(240,15,15);
}

/*Border Box Stuff Start*/

#box4{
	top:650px;
	left:50px;
	position:absolute;
	width:1050px;
	height:75px;
	border-image-source:url(Border.jpg);
	border-image-repeat:round round;
	border-image-slice:356 15 356 15;
	border-image-width:20px 20px 20px 20px;
	border-image-outset:0px 0px 0px 0px;
	padding:15px;
}

#box9{
	top:650px;
	left:50px;
	position:absolute;
	width:1050px;
	height:75px;
	border-image-source:url("Border Side 1.jpg");
	border-image-repeat:stretch stretch;
	border-image-slice:15 0 15 356;
	border-image-width:20px 20px 20px 20px;
	border-image-outset:0px 0px 0px 0px;
	padding:15px;
}

#box10{
	top:650px;
	left:50px;
	position:absolute;
	width:1050px;
	height:75px;
	border-image-source:url("Border Side 2.jpg");
	border-image-repeat:stretch stretch;
	border-image-slice:15 356 15 0;
	border-image-width:20px 20px 20px 20px;
	border-image-outset:0px 0px 0px 0px;
	padding:15px;
}

td{
	/*border:1px solid black;*/
	width:25%;
}

/*Border Box Stuff End*/

table{
	width:100%;
	padding:"10";
	spacing:"10";
}

#box5{
	top:400px;
	left:250px;
	position:absolute;
	width:700px;
	height:250px;
}

#box6{
	top:50px;
	left:950px;
	position:absolute;
	width:200px;
	height:350px;
	border:solid black;
	background-image: url("jif.gif");
	background-color:#cccccc;
}

#td1{
	width:50%;
}

#box7{
	top:400px;
	left:50px;
	position:absolute;
	width:200px;
	height:250px;
	image-size:200px 250px;
	background-image:url(Kingsman.gif);
	background-size:200px 250px;
}

#box8{
	top:400px;
	left:950px;
	position:absolute;
	width:200px;
	height:250px;
	image-size:200px 250px;
	background-image:url(Kingsman.jpg);
	background-size:200px 250px;
}