body {
	background: #c80086 url(../images/bg.gif);
	padding: 0px;
	margin: 0px;
	font: 11px "Century Gothic", Arial, Verdana;
	color: #fff;
}

.textA {
	width: 600px;
	font: 11px "Century Gothic", Arial, Verdana;
	color: #fff;
}

#container {
	width: 100%;
}

#frame {
	width: 706px;
	background: #c80086 url(../images/bg-text-repeat.jpg);
}

#textframe {
	background: url(/images/bg-text.jpg) no-repeat fixed;
}

a:link , a:visited {
text-decoration : none; 
color : #000000; 
} 
a:hover , a:active {
text-decoration : underline; 
color : #ffffff; 
} 