body {
	background:#FFF url('beauty.jpg');
	background-position:top right; background-repeat: no-repeat;
	color:#000;
	text-align:center;	
	font-family:Arial, sans-serif;
	font-size:12px;			}

img {	border:0px;	}


/* MAIN BODIES
-------------------------*/

#container
	{
	width:100%;
	margin-left: auto; margin-right: auto;		}


#header {
	padding:20px;
	width:100%;
	float:left;
	text-align:center;	
	margin-bottom:25px;	}

#main {
	text-align:justify;
	float:left;
	width:35%;		}

#left {
	text-align:left;
	width:15%;
	float:left;		
	padding-right:20px;	}


#right {
	width:40%;
	float:right;		}

h1 { color:#FD9EC8; }
h2 { font-weight:normal; font-size:16px; font-style:italic; }
h3 { font-weight:normal; font-size:14px; color:#FD9EC8; margin-bottom:2px; }


small { text-align:center; color:#CACACA; }


/* LINKS
-----------------------------------*/
a {		text-decoration:none; color:#FD9EC8; font-weight:bold;		}

a:hover {	text-decoration:underline;					}
