html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: white;
	background-image: url("images/background.png");
	//background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: -90px 0px;

}

#cornerdesign{
	position: absolute;
	//margin: auto;
	margin-left: 50px;
	margin-top: 20px;
	padding: 0px;
	width: 736px;
	height: 788px;
	//background: black;
	background:  url("images/mainbox.png") no-repeat left top;
	}

#maincontainer{
	position: absolute;
	//padding-top: 120px;
	padding-left: 10px;
	padding-right: 20px;
	font-family: arial;
	font-size: 14px;
	margin-top: 120px;
	margin-left: 176px;
	//height: 584px;
	height: 100%;
	//minimum-height: 700px;
	width: 571px;
	background: black;
	color: white;
	}

#links{
	position: absolute;
	margin-top: 380px;
	margin-left: 90px;
	height: 215px;
	width: 100px;
	}
#title
	{
	background: url("images/mutterings.png") no-repeat center;
	width: 100%;
	height: 125px;
	}
	
#qoute
	{
	position: absolute;
	margin-top: 80px;
	margin-left: 780px;
	height: 122px;
	width: 185px;
	background: url("images/qoute.png") no-repeat;
	}
#updatesbox
	{
	position: relative;
	width: 205px;
	height: 375px;
	background: black;
	margin-left: 55px;
	margin-top: 80px;
	color: white;
	font-family: arial;
	}
#updates
	{
	position: absolute;
	margin-top: 150px;
	margin-left: 790px;
	height:573px;
	width: 344px;
	background: url("images/blogbox.png") no-repeat;
	}
.post {
	position: relative;
}

.alert {
	color: red;
}

#formtable {
	text-align: right;
}
#subject {
	border-width: 1px;
	border-color: gray;
	width: 200px;
}
#body {
	border-width: 1px;
	border-color: gray;
	width: 400px;
	height: 300px;
}
#username {
	border-width: 1px;
	border-color: gray;
	width: 200px;
}
#password {
	border-width: 1px;
	border-color: gray;
	width: 200px;
}
#submit {
	border-width: 1px;
	border-color: gray;
}
.image {
	display: inline;
}

a:link {color: grey; text-decoration: underline; }
a:active {color: grey; text-decoration: underline; }
a:visited {color: grey; text-decoration: underline; }
a:hover {color: white; text-decoration: none; }
