@charset "UTF-8";
/* CSS Document */

html {
	background: url(bomb.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	font-family: "Courier New", Courier, monospace;
	color:#e6e7e8;
	margin:0;
	padding:0;	
}

#contain_all{
	width:960px;
	margin-left:305px;
}

.text{
	font-size:30px;
	margin-top:45px;
	position:fixed;
}

.text_2{
	font-size:16px;
	line-height:26px;
	margin-top:5px;
	margin-right:245px;
	position:fixed;
}

.text_3{
	font-size:30px;
	margin-top:680px;
	margin-left:25px;
	position:fixed;
}

.text_3 {
	text-decoration:none;
}

.text_3 a:link, .clickhere a:visited, .clickhere a:active {
	font-size:40px;
    text-decoration: none;	
}
.text_3 a:hover {
	font-size:40px;
	text-decoration:none;
}

#txt {
	width:230px;
  	border:none;
  	font-family: "Courier New", Courier, monospaceCourier;
  	font-size:32pt;
  	color:#e6e7e8;
  	border-right-color:#FFFFFF;
  	background-color:transparent;
	line-height:26px;
	height:50px;
	display:block;
	z-index:9999;
	padding:0;
}