/***************************
PAGESTYLE.CSS, for all content pages.

The correct syntax for a style attribute is as follows:

#nameofobject
{
	attribute:value;
}

***************************/

/*Sets the background of the content pages to transparent, so index.html background can be seen. Also sets font face, color, size, etc.*/
body
{
	width:100%;
	height:100%;
	background-color:transparent;
	padding:0;
	margin:0;
	position:absolute;
	font-family:"courier",sans-serif;
	color:white;
	font-size:14px;
	
}

/*Refers to the heading image for each content page. margins are set to auto to center image, dimensions set to 500x77.*/
#titleimg
{
	width:600px;
	height:77px;
	margin-top:10px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

#titleimg1
{
	width:600px;
	height:88px;
	margin-top:10px;
	padding:0px;
	margin-left:1000;
	margin-right:auto;
}
#titlesmall
{
	width:340px;
	height:77px;
	margin-top:10px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}
#sideimg
{
	width:300px;
	height:107px;
	margin-top:10px;
	padding:0px;
	margin-left:800;
	margin-right:auto;
}

#titleimglarge
{
	width:465px;
	height:180px;
	margin-top:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}
#titleimgspinto
{
	width:465px;
	height:140px;
	margin-top:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}
#titleimgbacon
{
	width:465px;
	height:210px;
	margin-top:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}
#titleimgnews
{
	width:695px;
	height:210px;
	margin-top:50px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

/*Refers to the movie featured in the content page. Sets the dimensions, and centers it within the page.*/
#movie
{
	width:640px;
	height:360px;
	margin-left:auto;
	margin-right:auto;
}
#movie450
{
	width:470px;
	height:330px;
	margin-left:auto;
	margin-right:auto;
}
#moviesmall
{
	width:470px;
	height:270px;
	margin-left:auto;
	margin-right:auto;
}
#reel
{
	width:640px;
	height:360px;
	margin-left:auto;
	margin-right:auto;
}

/*Refers to the notepad paper background used for the text below the movie. Centered, sized, and told not to repeat the image.*/
#paper
{
	color:black;
	width:640px;
	height:200px;
	background:url(pageassets/paper.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:center:
	vertical-align:middle;
}
#profile
{
	color:black;
	width:840px;
	height:650px;
	background:url(pageassets/profile.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:center:
	vertical-align:middle;
}

/*Refers to the text that shows up on top of the paper, centered, and padded to make sure the text doesn't appear where it shouldn't*/
#papertext
{
 width:600px;
 margin-left:auto;
 margin-right:auto;
 padding-top:20px;
}
#newstext {
height:256px;
margin-left:40px;
margin-right:0;
margin-top:160px;
overflow:auto;
width:420px;
}

#profiletext
{
 width:600px;
 margin-left:auto;
 margin-right:auto;
 padding-top:80px;
}