/*
Based on YUI Reset CSS version 2.7.0
http://developer.yahoo.com/yui/reset/
*/
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,em,strong,th,var,optgroup{
	font-style: inherit;
	font-weight: inherit;
}

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

caption,th{
	text-align: left;
}

del,ins{
	text-decoration: none;
}

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,button,textarea,select{
	font-size: 100%;
}

input,button,textarea,select,optgroup,option{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

legend{
	color: #000;
}

li{
	list-style: none;
}

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

sup, sub {
	vertical-align: baseline;
}

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

#box {
	/*border: 2px solid #fff;*/
	height: 350px;
	margin: 100px auto;
	padding: 0px;
	width: 700px
}
