﻿body{
		margin: 0;
		background-color: black;
		
	}
	.bankStandard {
		position: absolute;
		border: solid 0px lime;
		height: 50px;
		width: 100%;
	}
	.bankStandard img{
		border: 0
	}
	.main{
		width:900px; 
		height: 570px;
		border: solid 1px black;
		
		
		
	}
	.premier{
		margin-top: -560px;
		background-image: url(../images/bg_premier.gif);
		background-repeat: no-repeat;
		background-position: center;
		width:310px; 
		height:245px;
		border: solid 0px red;
	}
	.redcarpet{
		border: solid 0px yellow;
		margin-top: 200px;
		background-image: url(../images/bg_redcarpet.jpg);
		background-repeat: no-repeat;
		background-position: center;
		width:900px; 
		height: 380px;
	
	}
	.lang{
		margin-top: 300px;
		border: solid 0px blue;
		padding-top: 0px;
		padding-bottom: 0px;
	}
