/***********************************************/
/* logincss.php                                */
/* Use with Smallworlds Website                */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

* {
	margin: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: white;
	font: 76% Verdana, Arial, sans-serif;
	color: #555555;
	background: url('http://content.smallworlds.com/content-v674/webassets/webcontent_bg.jpg') repeat-x 0px 430px;
}

object {
	outline: none;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #006699;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -130px;
	min-width: 700px;
}

/**************** login styles ****************/

#logincontent {
	width: 100%;
	background: url('http://content.smallworlds.com/content-v674/webassets/swcontent_bg.jpg') repeat-x top;
	background-color: #EBEBEB;
	height: 430px;
	min-width: 700px;
}

/*********** bottom content styles ************/

#bottomcontent {
	width: 100%;
	min-width: 700px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}

#wrapper {
	padding: 20px 0px 20px 0px;
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
