@charset "utf-8";
/* CSS Document */

body{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

#centralize{
	width:616px;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
}

#container{
	width:616px;
	height:auto;
	float:left;
	font-size:13px;
}

#head{
	width:616px;
	height:251px;
	float:left;
	background-image:url(../images/top_slice.jpg);
	background-repeat:no-repeat;
}

.red{
color:#eb1c1c;
}

.pink{
color:#ec008c;
}
.address{
	font-size:12px;
}

a.link{
	font-size:12px;
	color:#ec008c;
	text-decoration:none;
}

a:hover.link{
	font-size:12px;
	color:#ffffff;
	text-decoration:line-through;
}

#content{
	width:616px;
	height:170px;
	float:left;
	background-image:url(../images/body_slice.jpg);
	background-repeat:repeat-y;
	padding:30px 0px 20px 0px;
}

#footer{
	width:616px;
	height:14px;
	float:left;
	background-image:url(../images/bottom_slice.jpg);
	background-repeat:no-repeat;
}
