#logo {
	height: 100px;
	float: left;
	position: absolute;
	top:0;
	left:100px;
	}
	
	#company_name {
	margin-top: 25px;
	
		}
		
ul {
	padding:0;
        
	}
	
li {
	display: inline;	

	padding:5px;
}

a {
	text-decoration: none;
	color: black;	
	}

#links {
	clear: both;
	text-align: center;
	border: 2px solid black;
	position: static;
	margin-top:105px;
	height: 50px;
	background-color: yellow;
	width:550px;
	margin-left:auto;
	margin-right: auto;
	-moz-border-radius: 15px;
	border-radius: 15px;
        text-size: 36px;
	}

#content {
	position: absolute;
	top: 180px;
	left: 0;
	width: 100%;
	
	
	}
	
#container {
	width: 605px;
	height: 400px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid yellow;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-image: url('mainpic.png');
	background-size: 100%;
	background-repeat: no-repeat;
	}
#top_left {
	position: absolute;
	width:250px;
	height: 165px;
	top:10px;
	left:-300px;
	border: 2px solid yellow;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-image: url('pic1.png');
	background-size: 100%;
	background-repeat: no-repeat;
	}
#bottom_left {
	position: absolute;
	width:250px;
	height: 165px;
	left:-300px;
	bottom: 10px;
	border: 2px solid yellow;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-image: url('pic2.png');
	background-size: 100%;
	background-repeat: no-repeat;
	}
#top_right {
	position: absolute;
	width: 250px;
	height: 165px;
	right: -300px;
	top: 10px;
	border: 2px solid yellow;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-image: url('pic3.png');
	background-size: 100%;
	background-repeat: no-repeat;
	}
#bottom_right {
	position: absolute;
	width:250px;
	height:165px;
	right:-300px;
	bottom:10px;
	border: 2px solid yellow;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-image: url('pic4.png');
	background-size: 100%;
	background-repeat: no-repeat;
	}
			
	#header {
			
			height:100px;
			position: absolute;
			top:0;
			width: 100%;
			text-align: center;
			background-color: #e1e4e9;
			}
			
			body {
				margin:0;
				padding:0;
				background-image: url('bodyimage.jpg');
				background-size: 100%;
				z-index:-1;
				}


	