* {
	margin: 0;
	padding: 0;
	list-style: none;
	border-style: none;
}

body {
	color: #fff;
	background: #610760;
	text-align: center;
}

h1 {
	font: 32px Impact;
	text-transform: uppercase;
	text-align: center;
	color: #fcc917;
}

h2 {
	padding: .5em 0;
	font: 22px Impact;
	text-transform: uppercase;
	text-align: center;
}

p {
	padding: 0 0 10px 0;
	font: bold .7em Arial;
	text-transform: uppercase;
}

li {
	float: left;
	width: 206px;
	height: 206px;
}

li a {
	display: block;
	padding: 15px;
}

a {
	color: #ECDAB4;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	margin: auto;
	width: 678px;
	text-align: left;
}

#logo {
}

#part1,
#part2,
#part3 {
	padding: .8em 1.8em;
}

/* Part 1
----------------------------------------------------------- */

#part1 {
	padding: .6em 1.8em;
	background: #c826c6 url(../i/part1.gif) no-repeat;
}

#part1 h1 {
	padding: 1.5em 0 .5em 0;
}

#part1 li {
	background: url(../i/part1_li.gif) no-repeat;
}

/* Part 2
----------------------------------------------------------- */

#part2 {
	background: #921d91 url(../i/part2.gif) no-repeat;
}

#part2 h1 {
	padding: .5em 0 .7em 0;
}

#part2 li {
	background: url(../i/part2_li.gif) no-repeat;
}

/* Part 3
----------------------------------------------------------- */

#part3 {
	background: url(../i/part3.gif) no-repeat;
}

#part3 h1 {
	padding: .5em 0 .7em 0;
}

#part3 li {
	background: url(../i/part3_li.gif) no-repeat;
}

/* Clear
----------------------------------------------------------- */

.br:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.br {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .br {
	height: 1%;
}

.br {
	display: block;
}
/* End hide from IE-mac */
