			body,html,form,input {
				margin:0;
				padding:0;
			}
			body{
				background: black;
			}
			#allenter{
				height: auto;
				position: relative;
				width: 970px;
				min-height:100%;
				margin: 0px auto;
				text-align: left;
				background-color: black;
				background-repeat: repeat;
			}
			#inside{
				position: absolute;
				margin-top: 100px;
				width: 970px;
			
			}
			.title1line{
				color: white;
				text-align: center;
				font-size: 200%;
			}
			.title2line{
				color: white;
				text-align: center;
			}

			input[type=submit] {
			width: 10em;  height: 2em;
			font-weight: bold;
			font-size: 200%;
			}
						input[type=checkbox] {
			color: white;
			}
			a {
				color: silver;
			}