
#create-and-buy {
	font-size:1.2em;
	width:770px;
}

#create-and-buy {
	background:url(images/background.gif) no-repeat center;
}

#create-and-buy .inner {
	height:440px;
	position:relative;
}

#create-and-buy div.text {
	position:absolute;
	width:320px;
	height:200px;
	top:275px;
	left:53px;
	font-size:0.9em;
}
#create-and-buy div.text p {
	margin-bottom:0;
	padding-bottom:0;
}

.started {
	margin-top:210px;
	text-align:center;
	font-weight:bold;
	font-size:140%;
	letter-spacing:-1px;
	font-family:Trebuchet MS;
	margin-bottom:15px;
}
.started strong {
	color:#ff7e00;	
}
#create-and-buy ul.categories {
	display:block;
	margin:0;
	padding:0 0 0 5px;
	background-image:url(images/categories.jpg);
	list-style-type:none;
}
#create-and-buy ul.categories li {
	display:inline;
}
#create-and-buy ul.categories li a {
	display:block;
	float:left;
	width:120px;
	text-align:center;
	background-repeat:no-repeat;
	background-position:top center;
	font-weight:bold;
	font-size:110%;
	font-family:Trebuchet MS;
	letter-spacing:-1px;
	background-image:url(../images/circles-blue.gif);
	text-decoration:none;
	overflow:hidden;
	color:#011852;
}
#create-and-buy ul.categories li a:hover {
	color:#ff7e00;
	background-image:url(../images/circles-orange.gif);
}
