@charset "UTF-8";
/* CSS Document */
html, body {
  margin: 0px;
}
body,td,th {
	color: #000000;
}
body {
	background-color: #2B74F7;
	background-image: url(images/grid.gif);
	background-repeat: repeat;
}
#content {
    position:relative;
	width: 900px;
    height: 600px;
	margin-left: auto ;
	margin-right: auto ;
}

#nav {
	position:relative;
	width: 900px;
	top:-76px;
	margin-left: auto ;
	margin-right: auto ;
}
#nav_about {
	position:relative;
	width: 900px;
	top:-50px;
	margin-left: auto ;
	margin-right: auto ;
}
#social {
	position:absolute;
	width: 300px;
	top:18px;
	right:50px;
}
#homesocial {
	position:absolute;
	width: 300px;
	top:18px;
	right:0px;
}
