@charset "utf-8";
/* CSS Document */


body {
	margin: 0 auto;
	padding: 0;
	font-size: 17px;
	font-family: "Century Gothic";
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#000;
	color:#FFF;
}

p{
	font-family: "Century Gothic";
}

img{
	border:none;	
}

#wrap{
	margin: 0 auto;
	width:888px;
}

.left{
	float:left;	
}

.right{
	float:right;
}

#leftcolumn{
	width:361px;
}

#rightcolumn{
	width:493px;
}

.clear{
	clear:both;	
}