@charset "UTF-8";
/* CSS Document */

body {
    background-image: url(images/jpeg_png/background.png);
    background-color: #EBEBEB;
    margin-bottom: 0px;
    margin-top: 0px;
}
#head {
	display: block;
	height: 410px;
	width: 940px;
}
#wrapper {
    display: block;
    height: 1600px;
    width: 1034px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(images/jpeg_png/worldunder18.jpg);
    background-repeat: no-repeat;
}

a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #069;
	text-decoration: underline;
}
#home {
	display: block;
	height: 45px;
	width: 90px;
	float: right;
	margin-top: 365px;
}

strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #900;
	text-decoration: underline;
}
