/*---CSS by i-mouse internet---*/

html,
body {
  height: 100%;
}

body {
	margin: 0 auto;
	padding:0;
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FFFFFF;
	text-align: center;
}

img a{
	border: 0;
	outline: none;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
  	margin: 0;
  	padding: 0;
}


a {
	color:#AF93C4; 
	text-decoration:none;
	outline: none;
}

a:focus {
	outline: none;
}

/*---Layout---*/

#wrapper {
	margin: 60px auto;
	padding: 0;
	background: transparent url(../images/content.jpg) center center repeat-y;
	width: 500px;
	height: 400px;
}

.carousel_container {
		width: 100%;
		height: 100%;
}