/*
YUI 3.6.0 (build 5521)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

a {
	background-color: inherit;
	color: #7bf;
	font-weight: bold;
	outline-style: none;
	text-decoration: none;
}

a:hover {
	background-color: inherit;
	color: #ccc;}

abbr,acronym{
	border: 0;
	font-variant: normal;
}

address,caption,cite,code,dfn,th,var{
	font-style: normal;
	font-weight: normal;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}

caption,th{
	text-align: left;
}

em{
	font-style: italic;
}

fieldset,img{
	border: 0;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}

html{
	color: #fff;
	background: #808080;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
}

input,textarea,select{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

legend{
	color: #000;
	background: #FFF;
}

ol,ul{
	list-style: none;
}

q:before,q:after{
	content: '';
}

strong{
	font-weight: bold;
}

sub{
	vertical-align: text-bottom;
}

sup{
	vertical-align: text-top;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

#container {
	margin: 50px auto;
	text-align: center;
	width: 900px;
}

.left{
	float: left;
	font-size: 14px;
	margin: 50px;
	width: 350px;
}

.right{
	float: right;
	font-size: 14px;
	margin: 50px;
	width: 350px;
}
