*{
	border:none;
	padding:0;
	margin:0;
	font-family:Didot, Georgia, serif;
}

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

a{
	font-size: 20px;
	color: black;
	text-decoration: none;
	padding: 0 5px 0 0;
}
a:hover{
	
	color: #ff33cc;
}

#content{
	position: relative;
	padding-top:100px;
}

#head_logo{
	position: relative;
	top: -480px;

}
#text {
	
	position: relative;
	top: 0px;
	text-align: center;
}
#menu {
	position: relative;
	top: -430px;
}
#lower_menu {
	position: relative;
	top: -420px;
	
}
#lower_menu a{
	position: relative;
	padding: 5px 0 0 0;
	font-size: 14px;
	line-height: 32px;
	font-weight: bold;
	

}

p.head_text{
	line-height: 15px;
	font-size: 14px;
	color: #ff33cc;
}

	
	
	
