/* -- start setup -- */

* {
font-family : Georgia,Arial,Helvetica,sans-serif;
font-size : 15px;
margin : 0;
border : none;
padding : 0;
color:Black;
}

/* -- common -- */
.horniIndex {vertical-align : super; font-size:9px;}
.i {font-style : italic;}
sup {font-size: 0.7em;}

/* -- float -- */
.floatLeft {float : left;}
.floatRight {float : right;}
.clear {clear : both;}

/* -- all pages -- */
hr {display : none;}

body {
	text-align: center;
	background-image : url(../pcs/pcs_layout/background.gif);
	background-position : top center;
	background-repeat : no-repeat;
}

#container {
width:401px;
position:relative;
text-align:center;
margin:50px auto;
}

a {color:#750000;}


