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

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #181818;
	background-image:url("/assets/gradient-bg.png");
	background-repeat:repeat-x;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#content {
}
#copy {
	padding: 40px;
}
#portableConfigurator {
	height: 575px;
	width: 380px;
	margin-top: -7px;
	position: relative;
	top: 1px;
}
a:link {
	color: #aeaeae;
}
a:visited {
	color: #aeaeae;
}
a:hover {
	color: #aeaeae;
}
a:active {
	color: #aeaeae;
}

