@charset "UTF-8";
/* CSS Document */

#maindiv {
	width: 900px;
	height: 1268px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	background-color:#000;
	margin-left: 0px;	

}

body {
	margin: 0; 
	padding: 0;
	background-color:#000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}
