/* These are the specifications for the "Pepsi" Text at the top */
h1{
	font-size: 100px;
	font-family: Forte;
	color: #F34545;
	background-color: #3A69C5;
	text-shadow:1px 1px 1px #000, 4px 4px 4px white;
	
}
#text{
margin-top:-175px;
width:400px;
position:absolute;
text-align:right;
color:orange;
font-family:Hobo STD;
}

body{
background-color:#3A69C5
}

#Header{
margin-left:
}
/*This is the box the will contain the types of Pepsi in Canada*/
#Canada{
position:absolute;
background-color:#DB0000;
margin-left:70px;
margin-top:-50px;
width:512px;
height:396px;
border: thin inset white;
color:white;
text-align:center;
font-family:Broadway;
font-size:60px;
}
/*This is the box the will contain the types of Pepsi in The United States*/
#US{
position:absolute;
background-color:#0098DB;
margin-left:665px;
margin-top:-50px;
width:512px;
height:396px;
border: thin inset white;
color:white;
text-align:center;
font-family:Broadway;
font-size:60px;
}
/*This is the box the will contain the types of Pepsi in Japan 
(It was originaly called Asia but we changed it and didn't change the id)*/
#Asia{
position:absolute;
background-color:#BA0000;
margin-left:70px;
margin-top:370px;
width:512px;
height:396px;
border: thin inset white;
color:white;
text-align:center;
font-family:Broadway;
font-size:60px;
}
/*This is the box the will contain the types of Pepsi in Great Britain or England*/
#Britain{
position:absolute;
background-color:#00DADA;
margin-left:665px;
margin-top:370px;
width:512px;
height:396px;
border: thin inset white;
color:white;
text-align:center;
font-family:Broadway;
font-size:60px;
}

#Australia{
position:absolute;
background-color:#008751;
margin-left:70px;
margin-top:790px;
width:512px;
height:396px;
border: thin inset white;
color:white;
text-align:center;
font-family:Broadway;
font-size:60px;
}

#Mexico{
position:absolute;
background-color:#6A2321;
margin-left:665px;
margin-top:790px;
width:512px;
height:396px;
border: thin inset white;
color:white;
text-align:center;
font-family:Broadway;
font-size:60px;
}
/*The modifications for the images in the boxes are here*/
img{
border: 2px black solid;
}
/*Down here is where we are going to leave or bread crumbs*/
#Footer{
margin-top:1280px;
margin-left:115px;
height:50px;
width:1024px;
background-color:#f34545;
color:black;
font-size:25px;
font-family:HoboSTD;
}

#bib{
	font-family:Eras Demi ITC;
	margin-top: -48px;
	margin-left: 1150px;
}