/*Designed and Coded By: Jeremy Mooy - www.jmooy.com*/
/*Date: 01/12/2009*/

/*COLORS*/

/*MAIN ELEMENTS*/

html,body{
	margin: 0;
	padding: 0;
}
body {
	background:#ffffff url('../images/jmooycom_bg.jpg') no-repeat top left;
	color: #000000;	
	font-size: 100%;
	font-family: Helvetica, Arial, Sans-Serif;
	height: 1200px;
	min-width: 960px;
	text-align: center;	
	width: 100%;	
}
a:link {
	color: #ffffff;	
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}
a img {
	border: none;
}
#wrapper {
	width: 960px;
	margin: auto;
}
#social {
	height: 128px;
	width: 640px;
	margin: 36px auto 0 auto;
}

.soc_ico {
	margin: 0 12px 0 12px;
}

