﻿/*** RESET ***/
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
p
{
	margin-top: 10px;
	margin-bottom: 10px;
}
img
{
    border: 0;
}
a {
	text-decoration: none;
	color: #ddd2c0;
}
a:hover {
	color: #ddd2c0;
	text-decoration: underline;
}
body{
	font-family: arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #000000;
	color: #aaaaaa;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}

a:active { outline: 0; }

.clearfloats {clear: both;}

/*** END RESET ***/

/*** BASIC LAYOUT ***/

#content 
{
	background: url("../images/bg.jpg") no-repeat;
	width: 570px;
	height: 705px;
	margin: 0 auto;
	margin-top: 34px;
}

#soononline
{
	background: url("../images/footworxx.jpg") no-repeat;
	width: 460px;
	height: 838px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
