@charset "UTF-8";

/* ---------------------------------------------------
=Reset
Takes browser-specific styling and resets it to a
common behavioural standard. Based heavily upon the
Yahoo! User Interface Library Reset:
http://developer.yahoo.com/yui/reset/
--------------------------------------------------- */

html,body {
	margin: 0; 
	padding: 0;
	height: 100%;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
   }

table {
	border-collapse: collapse;
	border-spacing: 0;
   }

fieldset,
img { 
	border: 0;
   }

address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
   }

ol,ul {
	list-style: none;
   }

caption,th {
	text-align: left;
   }

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: normal;
   }

q:before,q:after {
	content:'"';
   }

abbr,acronym {
   border: 0;
   }

html {
   font-size: 100.01%; /* Corrects default font sizing in IE/WIN, and font resizing in Opera. */
   }

/* Universal */

.page01 {
	background-image: url(img/ccholdingbg.jpg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000000;
	min-height: 926px;
}

.page02 {
	background-image: url(img/ccholdingbg02.jpg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000000;
	min-height: 926px;
}

#emailform {
	position: absolute;
	left: 153px;
	top: 340px;
	height: auto;
	width: auto;
}

input {
	width: 20em;
}

#subscribebutton {
	position: absolute;
	left: 153px;
	top: 370px;
	height: auto;
	width: auto;
}
