div{
	
	margin: 5px; 
	vertical-align: top;
	display: inline-block;
	position: relative;
}

.oneByOne{
	width: 144px;
	height: 145px;
	background-repeat: no-repeat;
	background-size: 100px; 
	background-position: center;
	
}

.twoByTwo{
	width: 300px;
	height: 300px;
	background-repeat: no-repeat;
	background-size: 100px; 
	background-position: center;
	
}

.oneBytwoHor{
	width: 302px;
	height: 145px;
	background-repeat: no-repeat;
	background-size: 100px; 
	background-position: center;
}

.oneByTwoOver{
	width: 145px;
	height: 300px;
	background-repeat: no-repeat;
	background-size: 100px; 
	background-position: center;
	
}

.noMarginBorder{
	border: none;
	margin: 0;
}

.sectionOneTopRight{
	width: 320px;
}
.oneByThree{
	width: 461px;
	height: 145px;
	background-repeat: no-repeat;
	background-size: 100px; 
	background-position: center;
}

.section1{
	width: 802px;
}

.spaceLeft{
	margin-left: 100px;
}

body{
	background-image: url(bgmetro1.png);
	width: 2000px;
}

.pirate{
	background-color: #1c1c1c;
	background-image: url(images/tpb.png);

}

.amazon{
	background-color: #ffc40d; 
	background-image: url(images/Amazon.png);
}

.google{
	background-color: #603cba;
	background-image: url(images/Google_Maps.png);
}

.internetExPink{
	background-color: #c3325f;
	background-image: url(images/Internet_Explorer.png);
}

.internetExBlue{
	background-color: #2d89f0;
	background-image: url(images/Internet_Explorer.png);
}

.internetExBlack{
	background-color: #1c1c1c;
	background-image: url(images/Internet_Explorer.png);
}

.internetExYellow{
	background-color: #ffc40d;
	background-image: url(images/Internet_Explorer.png);
}

.internetExOrange{
	background-color: #d44a26;
	background-image: url(images/Internet_Explorer.png);
}

.libraries{
	background-color: #d44a26;
	background-image: url(images/Libraries.png);

}

.calendar{
	background-color: #01a31c;
	background-image: url(images/Calendar.png);
}

.fish{
	background-color: #4AA7B4;
	background-image: url(images/windows-8-fish.jpg);
	background-repeat: no-repeat;
	background-size: 300px

}

.pc{
	background-color: #ffc40d; 
	background-image: url(images/Computeralt2.png);
}

.wifi{
	background-color: #01a31c; 
	background-image: url(images/Signal.png);
}

.controlPanel{
	background-color: #c3325f;
	background-image: url(images/Control_Panel.png);
}

.blueTooth{
	background-color: #0064cd;
	background-image: url(images/Bluetooth.png);
}

.cloud{
	background-color: #2d89f0; 
	background-image: url(images/Live_SkyDrive.png);
}

.desktop{
	background-color: #d44a26;
	background-image: url(images/Remote_Desktop.png);
}

.android{
	background-color: #2d89f0;
	background-image: url(images/Android.png);
}

.music{
	background-color: #603cba;
	background-image: url(images/Music.png);
}

.orangeBox{
	background-color: #d44a26;
}

.sun{
	background-color: #2d89f0;
	background-image: url(images/Sunny.png);
	background-position: left;
}

.bottomLeft{
	position: absolute;
	bottom: -10px;
	left: 10px;
	color: white;
}

.bottomRight{
	position: absolute;
	bottom: -10px;
	right: 10px;
	color: white;
}

.bottomCenter{
	position: absolute;
	margin-left: 20px;
	bottom: -10px;
	color: white;
}

.top{
	position: absolute;
	top: 0;
	left: 110px;
	color: white;
	font-size: 25px;
}

.center{
	position: absolute;
	top: 40px;
	left: 110px;
	color: white;
}

.bottom{
	position: absolute;
	bottom: 30px;
	left: 110px;
	color: white;
}