@charset "utf-8";

* {margin:0;padding:0}

/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

body { 
	background-image: url(Molly_dot-repeat.jpg);
	background-repeat: repeat;
	text-align:center;
}

#outer {
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
	text-align:center;
}

#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 474px;
} 
#inner {
	width: 474px;
	height: 474px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	background-image: url(Circle_background.png);
	background-repeat: no-repeat;
}

#text {
	padding-top: 380px;
}
