body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

#content
{
    position:relative;
    margin-left:auto;
	margin-right:auto;
	width:604px;
	height:3800px;
	background-color:#ffefd6;
	border:3px solid #7bbac6;
}

#margin
{
    margin-left:10px;
    margin-right:10px;
}

#text1
{
    position:relative;
	margin:auto;
	width:604px;
	height:1364px;
	background-image:url(pic1.jpg);
}

#text2
{
    position:absolute;
	width:300px;
	height:400px;
	left:300px;
	top:900px;
}

#text3
{
    position:relative;
	margin:auto;
	width:604px;
	height:1364px;
}

.blue{color:#008ed6; font-weight:bold;}
.mediumblue{color:#008ed6; font-size:20px; font-weight:bold;}
.largeblue{color:#008ed6; font-size:36px; font-weight:bold;}
.largeblack{color:#000000; font-size:20px; font-weight:bold;}
.small{font-size:12px;}