@charset "UTF-8";
/* CSS Document */

.mybody {
	background-color: #222222;
	color: #222222;
}
.mystart {
	background-image: url(index.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #222222;
	color: #222222;
	height: 100px;
	width: 100%;
	overflow: hidden;
	background-attachment: fixed;
	position: absolute;
}
.myobj {
	overflow: hidden;
	border: none;
	width: 100%;
	height: 100%;
	margin: auto;
}
