body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
padding: 0;
margin: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,img { 
border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-weight: normal;
font-style: normal;
}
ol,ul {
list-style: none;
}
caption,th {
text-align: left;
}
q:before,q:after {
content:'';
}
abbr,acronym { border: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #ffffff;
	background-image: url("./images/background.png");
	font-size: 12px;
	font-family: 'Century Gothic', Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #000000;
}

a {
	color: #525044;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 18pt;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	color: #FF216A;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;

}

#head_bar {
	background-image: url("./images/logo.png");
	background-repeat:no-repeat;
	background-attachment:relative;
	background-position: 0px 10px;
	height: 60px;
	text-align: right;
	line-height: 48px;
	color: #FF0054;
	padding-right: 5px;
}

#head_bar a {
	color: #FF216A;
}

#head_image {
	background-image: url("./images/header.png");
	background-repeat:no-repeat;
	height: 240px;
}

#head_connect {
	float: left;
	margin-top: 80px;
	margin-left: 80px;
}

#head_buttons {
	float: right;
	margin-top: 150px;
	width: 400px;
}

#head_button_left {
	float: left;
	padding-left: 10px;
}

#head_button_right {
	float: right;
	padding-right: 40px;
}

#content {
	background-color: #ffffff;
}

#content_left {
	float: left;
	width: 500px;
	padding-left: 20px;
	background-color: #ffffff;
}

#content_right {
	float: right;
	width: 500px;
	background-color: #ffffff;
}


#footer {
	clear: both;

	background-image: url("./images/footer.png");
	background-repeat:no-repeat;
	height: 214px;
	padding-top: 90px;

	color: #ffffff;
}

#footer_holder {
	float: left;
	width: 690px;
}

#footer_left {
	float: left;
	width: 290px;
	margin-left: 50px;
	border-right: 1px solid #FF216A;
}

#footer_center {
	float: right;
	width: 290px;
	border-right: 1px solid #FF216A;
	margin-left: 20px;
	margin-right: 20px;
}

#footer_right {
	float: right;
	width: 290px;
	margin-left: 20px;
	margin-right: 20px;
}
