@charset "utf-8";

/*
	Sunil Kapoor Portfolio Website CSS
	Copyright (c) Sunil Kapoor
	Go away. None of this will help you.
*/

			body
				{
					background-color: #384049;
					margin: 0px;
					padding: 0px;
					min-width: 630px;
				}
			
			#container
				{
					width: 630px;
					margin: 0 auto;
				}
			#invisible
				{
					display: none;
				}
			#menubox
				{
					width: 350px;
					height: 70px;
					position: absolute;
					top: -35px;
					bottom: auto;
					left: 50%;
					right: 50%;
					margin: 0px auto auto -175px;
					border: none;
				}
			#art
				{
					width: 60px;
					height: 25px;
					position: absolute;
					top: 3px;
					bottom: auto;
					left: 50%;
					right: 50%;
					margin: 0px auto auto -170px;
					border: none;
				}
			#work
				{
					width: 60px;
					height: 25px;
					position: absolute;
					top: 3px;
					bottom: auto;
					left: 50%;
					right: 50%;
					margin: 0px auto auto -80px;
					border: none;
				}
			#films
				{
					width: 60px;
					height: 25px;
					position: absolute;
					top: 3px;
					bottom: auto;
					left: 50%;
					right: 50%;
					margin: 0px auto auto 10px;
					border: none;
				}
			#about
				{
					width: 60px;
					height: 25px;
					position: absolute;
					top: 3px;
					bottom: auto;
					left: 50%;
					right: 50%;
					margin: 0px auto auto 100px;
					border: none;
				}
			#right
				{
					width: 70px;
					height: 30px;
					position: absolute;
					top: auto;
					bottom: 30px;
					left: auto;
					right: 30px;
					margin: 0px auto auto 0px;
					border: none;
				}
			#left
				{
					width: 70px;
					height: 30px;
					position: absolute;
					top: auto;
					bottom: 30px;
					left: 30px;
					right: auto;
					margin: 0px auto auto 0px;
					border: none;
				}
			#arttitle
				{
					width: 160px;
					height: 40px;
					position: absolute;
					top: auto;
					bottom: 25px;
					left: 50%;
					right: 50%;
					margin: 0px auto auto -80px;
					border: none;
				}
			#worktitle
				{
					width: 400px;
					height: 40px;
					position: absolute;
					top: auto;
					bottom: 25px;
					left: 50%;
					right: 50%;
					margin: 0px auto auto -200px;
					border: none;
				}
			#filmtitle
				{
					width: 160px;
					height: 40px;
					position: absolute;
					top: auto;
					bottom: 25px;
					left: 50%;
					right: 50%;
					margin: 0px auto auto -80px;
					border: none;
				}