@charset "utf-8";
/* CSS Document */
body {
	text-align:center;
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#maincontainer
{
	text-align:left;
	width: 864px; 
	margin: 0px auto;

}
#mainbody
{
	background-image:url(http://www.izalia.com/images/girl.png);
	background-position: left top;
	background-repeat:no-repeat;
}
#topbox
{
	margin: 0px 50px 0px 400px;
	text-align: center;
	font-size: 1.4em;
	line-height: 1em;
}
#topbox span
{
	line-height: 1.7em;
}

#secondbox
{
	margin: 10px 50px 0px 200px;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.4em;
}
#thirdbox
{
	margin: 0px 50px 0px 50px;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.4em;
}
h1
{
	font-size: 2em;
	margin: 10px 0 0 0 0;
	padding: 0;
}
em
{
	font-size: 1.4em;
	font-weight: bold;
}
img
{
	border:0;
}
#moremsg
{
	position:absolute;
	top:75%;
	right: 0%;
	
}
