*{
	margin:0px;
	padding:0px
}

body{
background-color: #f1f1f1;
}

a img{
	border: none;
}

div{
position: relative;
}

.container{
width:990px;
height:500px;
margin: 0px auto;
margin-top: 100px;
background-image: url(../images/bg.jpg);
background-repeat: no-repeat;
}

.logo{
	margin-bottom: 35px;
	margin-left: 30px
}

.shout{
	margin-left: 30px;
}

.design_button{
position: absolute;
top:70px;
left:815px;
padding: 10px 20px 40px 10px;
}

.media_button{
position: absolute;
top:180px;
left:410px;
padding: 10px 20px 40px 10px;
}

.tech_button{
position: absolute;
top:260px;
left:745px;
padding: 10px 20px 40px 10px;
}

.rec_button{
position: absolute;
top:145px;
left:645px;
padding: 10px 20px 40px 10px;
}

.comms_button{
position: absolute;
top:230px;
left:520px;
padding: 10px 20px 40px 10px;
}

.footer{
margin-top: 320px;
margin-left: 30px;
}

.footer ul{
list-style-type: none;
}

.footer ul li{
float: left;
margin-right: 18px;
}

