 body {
     background-image:url(/sass/images/);
     background-color: #d3b4fa;
     background-repeat:no-repeat;
     background-attachment: scroll;
     background-size: cover;
     font-family: "Verdana", sans-serif;
	 max-height: 1050px;
}

a:link {
     color: #00ff00;
}

a:visited {
     color: #00ff00;
}

a:hover {
     color: red;
}

.banner {
	 position: relative;
	 margin: 10px;
	 text-align: center;
	 width: 800px;
	 height: 542px;
}

.boxed {
	 position: relative;
	 margin-left: 830px;
	 margin-top: -540px;
	 margin-right: 10px;
	 padding-top: 8px;
	 text-align: center;
	 border-color: #8645A3;
	 border-style: dashed;
	 background-color: #B4E7FA;
	 color: #00ff00;
	 width: 1040px;
	 height: 910px;
}

.boxed2 {
	 position: relative;
	 margin-top: -350px;
	 margin-left: 10px;
	 padding-top: 5px;
	 text-align: center;
	 border-color: #8645A3;
	 border-style: dashed;
	 background-color: #B4E7FA;
	 color: #00ff00;
	 width: 800px;
	 height: 340px;
}

