body {
	background: #656565 repeat-x  url(img/bg.jpg) 0 0;
	font-family: arial, Helvetica, sans-serif;
	margin:0;
	text-align: center;
}
#top {
	color:#f0ccff;
	background: #800080 repeat url(img/bg1.jpg) 0 0;
	text-align : center;
	width : 100%;
	height: 120px;
	margin : 0;
}
#top h1 {
padding:10px;
font-size:30px;
	text-transform : uppercase;
}
#top h2 {
font-size:24px;
padding:0;
}

#main {
text-align : center;
width : 100%;
margin : 0;
}
#bot {
text-align : center;
background-color: #757575;
width : 600px;
color: #eee;
padding:10px;
}
#bot a {
padding: 0 10px 0 10px;
font-size:20px;
color: #fff;
}