summaryrefslogtreecommitdiff
path: root/css/print.css
blob: e71a0ae2f299da57d67f231af61240917aef01fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#page	{
	width:		800px;


}

#camImage	{
	position: 	absolute;
	top:		0px;
	left:		0px;
}

#metaContainer	{
	position: 	absolute;
	top:		0px;
	left: 		700px;
}

#textContainer	{
	position: 	absolute;
	top:		500px;
	left: 		0px;

}