/** {
	margin:0px;
}
ul {
	margin-left:20px;
	margin-bottom:12px;
}*/
p {
	margin-top:0px;
	margin-bottom:12px;
}
body {
	position: absolute;
	background-color: #FF0099;
	margin-top:0px;
	left: 50%;
	margin-left: -360px;
	width: 721px;
	height: 400px;
	font-family: Verdana, san-serif;
	font-size: 12px;
}
#welcome {
	position:absolute;
	top:3px;
}
#menu {
	position:absolute;
	left: 530px;
	top: 7px;
}
    #menu a i { display:none; }
	a#index { position:absolute; left:0px; bottom: -35px; }
    a#page2 { position:absolute; left:30px; bottom: -35px; }
    a#page3 { position:absolute; left:60px; bottom: -35px; }
    a#page4 { position:absolute; left:90px; bottom: -35px; }
    a#page5 { position:absolute; left:120px; bottom: -35px; }
    a#page6 { position:absolute; left:150px; bottom: -35px; }
    a#page7 { position:absolute; left:180px; bottom: -35px; }

#contentBg {
	position: absolute;
	top: 45px;
}

#footerLeft
{
	position: absolute;
	top: 500px;
}
#footerRight
{
	position: absolute;
	top: 500px;
	left: 560px;
}
a:link {
	text-decoration: none;
}