/* Stuff for the cartoon computer border */

.Container {
	width: 100%;
	display: inline-block;
	float: right;
}

 /* Top */
.Top {
	height:52px;
	border: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}




.TopLeft 
{
	float: left;
	width: 5%;
	height: 100%;
	background-image: url('../images/TopLeft.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


.TopCentre {
	float: left;
	height: 100%;
	width: 90%;
	background-image: url('../images/TopCentre.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


.TopRight {
	float: right;
	width: 5%;
	height: 100%;
	background-image: url('../images/TopRight.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


/* Middle */


.Middle {
	border: 0;
	width: 100%;
	display: table;
}


.MiddleLeft {
	float: none;
	border: 0;
	width: 5%;
	background-image: url('../images/MiddleLeft.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding:0;
	margin: 0;
	display: table-cell;
}


.MiddleCentre {
	float: none;
	width: 90%;
	padding:0;
	margin: 0;
	display: table-cell;
}


.MiddleRight {
	float: none;
	width: 5%;
	padding:0;
	margin: 0;
	background-image: url('../images/MiddleRight.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: table-cell;
}



/* Bottom */

.Bottom {
	width: 100%;
	height:83px;
	border:0;
	width: 100%;
	padding: 0;
	margin: 0;
}


.BottomLeft {
	float: left;
	width: 5%;
	height: 100%;
	background-image: url('../images/BottomLeft.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}



.BottomCentre {
	float: left;
	height: 100%;
	width: 83%;
	background-image: url('../images/BottomCentre.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}




.BottomButton {
	float: right;
	width: 7%;
	height: 100%;
	background-image: url('../images/BottomButton.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}



.BottomRight {
	float: right;
	width: 5%;
	height: 100%;
	background-image: url('../images/BottomRight.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


