@charset "utf-8";
/* CSS Document */

body {
	background-color:#333;
	background-image:url(../images/bg_tile.jpg);
	background-repeat:repeat-x;	
}
	
a {
	border:none;
}

img {
	border:0;
}

#container {
	width:774px;
	height:auto;
	margin:25px auto;
	}
	
#menuContainer {
	width:774px;
	height:352px;	
}

#webBanner {
	float:left;
	width:774px;
	height:312px;
	background-image:url(../images/menu/Web_Banner.png);
}

#facebook {
	float:left;
	width:81px;
	height:40px;
}

#mySpace {
	float:left;
	width:73px;
	height:40px;
}

#twitter {
	float:left;
	width:77px;
	height:40px;
}
	
#news {
	float:left;
	width:92px;
	height:40px;	
}

#aboutUs {
	float:left;
	width:122px;
	height:40px;
}
	
#media {
	float:left;
	width:95px;
	height:40px;	
}
	
#links {
	float:left;
	width:89px;
	height:40px;	
}
	
#contact {
	float:left;
	width:113px;
	height:40px;	
}
	
#bottomRight {
	float:left;
	width:32px;
	height:40px;
	background-image:url(../images/menu/Bottom_Right.png);
}
