﻿#box {
	padding: 0px 10px 10px 10px;
	width: 250px;
	height: 180px;
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#clear {
	float: left;
	width: 550px;
	height: 850px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
a.usa {
	background: url('images/usa.png') repeat 0px
0px;
	width: 200px;
	height: 135px;
	display: block;
	margin-right: auto;
	margin-left: auto;

}

a.usa span { 
        display: none; 
}

a.usa:hover {
	background: url('images/usa.png') repeat 0px -135px;
}
a.canada {
	background: url('images/canada.png') repeat 0px 0px;
	width: 156px;
	height: 135px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

a.canada span { 
        display: none; 
}

a.canada:hover {
	background: url('images/canada.png') repeat 0px
-135px;
}

a.japan {
	background: url('images/japan.png') repeat 0px 0px;
	width: 120px;
	height: 135px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

a.japan span { 
        display: none; 
}

a.japan:hover {
	background: url('images/japan.png') repeat 0px 
	-135px;
}


a.aus {
	background: url('images/aus.png') repeat 0px 0px;
	width: 146px;
	height: 135px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

a.aus span { 
        display: none; 
}

a.aus:hover {
	background: url('images/aus.png') repeat 0px 
	-135px;
}

a.europe {
	background: url('images/europe.png') repeat 0px 0px;
	width: 185px;
	height: 135px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

a.europe span { 
        display: none; 
}

a.europe:hover {
	background: url('images/europe.png') repeat 0px 
	-135px;
}

a.nz {
	background: url('images/nz.png') repeat 0px 0px;
	width: 95px;
	height: 135px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

a.nz span { 
        display: none; 
}

a.nz:hover {
	background: url('images/nz.png') repeat 0px 
	-135px;
}

a.mix {
	background: url('images/mix.png') repeat 0px 0px;
	width: 162px;
	height: 135px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

a.mix span { 
        display: none; 
}

a.mix:hover {
	background: url('images/mix.png') repeat 0px 
	-135px;
}

a.ww {
	background: url('images/world.png') repeat 0px 0px;
	width: 237px;
	height: 135px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

a.ww span { 
        display: none; 
}

a.ww:hover {
	background: url('images/world.png') repeat 0px 
	-135px;
}



