@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:url( images/home-bg.jpg) repeat-x;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
	outline:none;
	color:#4276AC;
}
a:hover{
	color:#000;
}
img{
	border:none;
}
#container{
	margin:auto;
	width:1000px;
}
#header{
	background:url(images/home-sky.jpg) no-repeat;
	text-align:center;
	padding-top:50px;
}
#main-content{
	background:url(images/home-main-image.png) no-repeat center bottom;
	height:310px;
	text-align:center;
	padding-top:50px;
}
#web-design{
	text-align:right;
}
