﻿/*-----follow ALL comments to see the website's structure-----*/
/*----- dot=class hash=id -----*/

* {
	margin:0px;
	padding:0px;
	font-family:sans-serif;
}

body {
	background-color:#ffffff;
}

div {
	border-style:solid;
	border-width:0px;/*-----change this to 1px to reveal structure-----*/
	padding:0px;/*-----change this to 1px to reveal structure-----*/
}

#wrapper {
	width:780px;
	margin-top:40px;
	margin-bottom:40px;
}

.center {
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

#logo {
	width:300px;
}

#content {
	width:100%;
}

#footer {
	font-size:0.9em;
}

.bottom {
	margin-bottom:30px;
}
#minilogo {
width: 400px;
}