@charset "utf-8";
/* CSS Document */

body {
	background-color: #004a65;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/nylg_square_background.jpg);
	background-repeat: repeat;
	float: none;
	display: block;
 }
 
#content {
	text-align: center;
	/*height: 1200px;*/
	width: 1000px;
	display: inline;
}
/*inside content*/
#top {
	text-align: left;
	text-decoration: none;
	width: 1000px;
	float: left;
	display: inline;

}
#pict_01 {
	height: 200px;
	width: 500px;
	margin-left: 400px;
	margin-top: 200px;
	display: block;
}
#bottom {
	text-align: left;
	display: inline;
	float: left;
	width: 1000px;
	margin-top: 100px;
}
#enter {
	margin-left: 700px;
	height: 100px;
	width: 100px;
	margin-bottom: 600px;
}
		

#footer {
	clear: both;
	float: none;
	text-align: left;
	
}


.img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

