@charset "utf-8";
/* CSS Document */

#wrapper {
    width:1700px;
    margin: 0 auto;
}

header {
    text-align: center;
    width: 1800px;
	top: 10px;
	bottom: auto
    padding: 70px 0;
    font-size: 9px;
}

nav {
    background: #000000;
    height: 60px;
    width: 1600px;
    margin-left: -10px;
    line-height: 50px;
    position: relative;
    background-color: #FDFDFD;
}

#content {
    background: #fff;
    height: 1500px; /* presetting the height */
    width: 1700px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    text-align: center;
}

.fixed {
    position:fixed;
}

element {
	width: 330px;	height: 202px;	background-color: rgba(13, 40, 219, 0.54);	position: relative;	box-shadow: 0px 0px 25px 13px #3D32D3;
}