body {
	background-color: #000000;
	}

.crossing_card {
	position: absolute; 
	top: 37%; 
	left: 24%; 
	z-index: 1; 
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg); 
	-o-transform: rotate(90deg); 
	-ms-transform: rotate(90deg); 
	transform: rotate(90deg)
}

.positions {
	position: relative; 
	left: 10px;
	font-family: Cursive;
	font-weight: bold;
	font-size: 25px;
	color: #ffffff;
	}
	
.positions1 {

	margin-left: 10px; 
	width: 500px;	
	font-family: Cursive;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	padding-bottom: 50px;
	}


	
.spread {
	position: fixed; 
	top: 10px; 
	left: 1%;
	z-index: 2;
	}
	
.spread1 {
	
	top: 10px; 
	float: right;
	}
	
.form {
	display: inline-block;
	position: relative; 
	
	background-color: red;
	font-family: Cursive;
	font-weight: bold;
	font-size: 28px;
	color: #ffffff;
	border:2px solid blue;
	
	width: 100%;
	height: 193px;
	
	margin-top: 5px;
	
	}
	
.form1 {
	display: inline-block;
	position: relative; 
	
	background-color: red;
	font-family: Cursive;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	border:2px solid blue;
	
	width: 100%;
	height: 130px;
	
	margin-top: 0px;
	
	}
	
.frame {
	display: inline-block;
	float: right;
	width: 100%;
	margin-top: 10px;
	background-image: url("background.jpg");
	display:block;    	
    	background-repeat:no-repeat;
    	background-position:left top;   
	}
	
