* {
	margin:0;
	padding:0;
}

/* mac hide \*/
html, body {
	height:100%;
	width:100%;
}
/* end hide */

body { 
	text-align: center;
	min-height:468px;
	min-width:552px;
}

#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}

#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 468px;
} 

#inner {
	width: 800px;
	height: 500px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	background-image: url('http://www.yarboroughjewelry.com/media/temp_background.png');
}

#boxLeft {
	float: left;
	height: 170px;
	width: 380px;
	text-align: center;
	margin: 2em 0 0 3em;
}

#boxRight {
	float: right;
	height: 200px;
	width: 350px;
	text-align: center;
	margin: 6em 5em 0 0;
}

.dotsize {
	font-size: 30px;
	margin-top: 12px;
}

a {
	color: black;
	text-decoration: none;
	outline: none;
}

a:link {
   text-decoration: none;
   color: black;
}

a img {
	border: none;
}