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

#img {
	background-image: url(Images/background.jpg);
	background-repeat: no-repeat;
	width: 1920px;
	background-position: center;
	background-color: #bbbde3;
	background-attachment: fixed;
}

li {
	display: inline;
	list-style-type:none;	
}

.line1 {
	list-style-type: none;
	margin-top: 270px;
	margin-left:400px;
	background-attachment: fixed;
}

.line2 {
	list-style-type: none;
	margin-left:470px;
	background-attachment: fixed;
}

.line3 {
	list-style-type: none;
	margin-left: 400px;
	background-attachment: fixed;
}

.line4 {
	list-style-type: none;
	margin-left:620px;
	background-attachment: fixed;
}

#css {
	margin-left: 1450px;
}