* {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    background: #151515 url('../img/bg_body2.png') repeat-x top left;
    font-family: verdana;
    text-align: center;
}

center#contact img {
	margin-bottom: 5em;
}

center#contact p {
	font-size: 12pt;
}

center#contact a {
	color: #ce2579;
	text-decoration: none;
}


div#content_wrap {
    width: 378px;
    margin: 100px auto 0 auto;
}

div.content {
    background-color: #f8f8f8;
    height: 360px;
    text-align: justify;
    padding: 0 10px 0 10px;
}

div.content img {
	margin-bottom: 1em;
}

div.content_bottom {
    width: 378px;
    height: 19px;
    background: url('../img/bg_content_bottom.png') no-repeat;
}

div.content_top {
    width: 378px;
    height: 19px;
    background: url('../img/bg_content_top.png') no-repeat;
}

div#header {
    margin: 0 auto 50px auto;
}

div.ui-accordion-content-active {
    width: 378px;
    margin: 0 auto 0 auto;
    height: 200px;
}

ul {
    margin-left: 2em;
}

p {
	margin-bottom: 1em;

