﻿#head{
	background-image: url('../images/top.png')
}
#all{
	background-image: url('../images/center.png')
}
#footer{
	background-image: url('../images/bottom.png');
	color: gray;
}

#head h1{
	color: fuchsia;
}

#head p{
	color: #FF66FF
}

#main h2{
	border-color: #333333;
	color: #CC00CC;
}


