﻿@charset "utf-8";

@import url("import.css");
@import url("layout.css");

object
	{
	float:left;
	margin:0;
	padding:0;
	}

a.banner img
	{
	margin:20px 0 5px 8px;
	}

body#characterDS
	{
	background:#cbc6b3 url("../img/bg_wrapper.gif") left bottom;
	}

body#characterDS #wrapper
	{
	float:left;
	width:350px;
	margin:0;
	padding:0;
	background:url("../img/bg_contents.gif") left bottom repeat-x;
	text-align:center;
	}

body#characterDS #wrapper p
	{
	width:293px;
	margin:5px auto 15px;
	text-align:left;
	}

body#characterDS #wrapper div img
	{
	display:block;
	margin:0 auto 18px;
	}

body#characterDS #wrapper input
	{
	margin:0 0 1em;
	}
